Increase timeout of flaky specs

This commit is contained in:
Heinrich Lee Yu 2019-05-28 17:18:29 +08:00
parent 35dfe85f2d
commit d480fc5192
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ describe('note_app', () => {
setTimeout(() => {
done();
});
});
}, 2000);
});
describe('discussion note', () => {
@ -230,7 +230,7 @@ describe('note_app', () => {
setTimeout(() => {
done();
});
});
}, 2000);
});
});