diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-12-10 13:42:25 +0100 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-12-11 13:06:19 +0100 |
commit | 635686263006d906de981c5be97a1f2f2747eb1f (patch) | |
tree | f7c3488beeb53ed4f87782bee42d63ff96f9b97b /spec/frontend/test_setup.js | |
parent | fac4d54f3d4a7ce2e992c490c9a1164ae4ff17ac (diff) | |
download | gitlab-ce-635686263006d906de981c5be97a1f2f2747eb1f.tar.gz |
Set timeout for Jest to 300ms
Diffstat (limited to 'spec/frontend/test_setup.js')
-rw-r--r-- | spec/frontend/test_setup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/test_setup.js b/spec/frontend/test_setup.js index 742ea60ecbd..7ad2e97e7e6 100644 --- a/spec/frontend/test_setup.js +++ b/spec/frontend/test_setup.js @@ -1,4 +1,4 @@ -const testTimeoutInMs = 0; +const testTimeoutInMs = 300; jest.setTimeout(testTimeoutInMs); let testStartTime; |