Commit 4cbca338 authored by Winnie Hellmann's avatar Winnie Hellmann

Increase timeout for notes_spec.js

parent 37581695
...@@ -670,7 +670,7 @@ describe('Notes', function() { ...@@ -670,7 +670,7 @@ describe('Notes', function() {
done(); done();
}) })
.catch(done.fail); .catch(done.fail);
}); }, 2000);
}); });
describe('postComment with Slash commands', () => { 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