Merge branch 'winh-notes_spec-timeout' into 'master'
Increase timeout for notes_spec.js See merge request gitlab-org/gitlab-ce!27270
This commit is contained in:
commit
396379d8f0
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ describe('Notes', function() {
|
|||
done();
|
||||
})
|
||||
.catch(done.fail);
|
||||
});
|
||||
}, 2000);
|
||||
});
|
||||
|
||||
describe('postComment with Slash commands', () => {
|
||||
|
|
Loading…
Reference in a new issue