Commit d480fc51 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Increase timeout of flaky specs

parent 35dfe85f
...@@ -195,7 +195,7 @@ describe('note_app', () => { ...@@ -195,7 +195,7 @@ describe('note_app', () => {
setTimeout(() => { setTimeout(() => {
done(); done();
}); });
}); }, 2000);
}); });
describe('discussion note', () => { describe('discussion note', () => {
...@@ -230,7 +230,7 @@ describe('note_app', () => { ...@@ -230,7 +230,7 @@ describe('note_app', () => {
setTimeout(() => { setTimeout(() => {
done(); done();
}); });
}); }, 2000);
}); });
}); });
......
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