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:
Fatih Acet 2019-04-11 22:18:18 +00:00
commit 396379d8f0

View file

@ -670,7 +670,7 @@ describe('Notes', function() {
done();
})
.catch(done.fail);
});
}, 2000);
});
describe('postComment with Slash commands', () => {