diff options
| author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-05-29 11:38:00 +0800 |
|---|---|---|
| committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-05-29 13:01:15 +0800 |
| commit | ede97703ea306b0bcb2672703e635692da70b194 (patch) | |
| tree | c1e7aecada8144ceee97b8b3dd32236bbc60bf29 /spec/javascripts/notes | |
| parent | 54dbaba577ad28645e71080698abee55fd2797ab (diff) | |
| download | gitlab-ce-revert-karma-timeout.tar.gz | |
Increase global karma timeoutrevert-karma-timeout
Revert useless timeout added in karma spec
Diffstat (limited to 'spec/javascripts/notes')
| -rw-r--r-- | spec/javascripts/notes/components/note_app_spec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/javascripts/notes/components/note_app_spec.js b/spec/javascripts/notes/components/note_app_spec.js index f04af04f852..ef876dc2941 100644 --- a/spec/javascripts/notes/components/note_app_spec.js +++ b/spec/javascripts/notes/components/note_app_spec.js @@ -195,7 +195,7 @@ describe('note_app', () => { setTimeout(() => { done(); }); - }, 2000); + }); }); describe('discussion note', () => { @@ -230,7 +230,7 @@ describe('note_app', () => { setTimeout(() => { done(); }); - }, 2000); + }); }); }); |
