Add more timeouts, retries in mock tests
This commit is contained in:
parent
c25867c737
commit
a1207aa136
22 changed files with 31 additions and 3 deletions
|
@ -56,6 +56,7 @@ function createEditedMessage(
|
|||
|
||||
describe('editing', function needsName() {
|
||||
this.timeout(durations.MINUTE);
|
||||
this.retries(4);
|
||||
|
||||
let bootstrap: Bootstrap;
|
||||
let app: App;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue