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
|
@ -9,6 +9,7 @@ import { initStorage, debug } from './fixtures';
|
|||
|
||||
describe('storage service', 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