Commit 396379d8 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'winh-notes_spec-timeout' into 'master'

Increase timeout for notes_spec.js

See merge request gitlab-org/gitlab-ce!27270
parents e605d8c9 4cbca338
......@@ -670,7 +670,7 @@ describe('Notes', function() {
done();
})
.catch(done.fail);
});
}, 2000);
});
describe('postComment with Slash commands', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment