Add more timeouts, retries in mock tests

This commit is contained in:
Fedor Indutny 2023-09-19 19:02:37 +02:00 committed by GitHub
parent c25867c737
commit a1207aa136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 31 additions and 3 deletions

View file

@ -14,6 +14,7 @@ export const debug = createDebug('mock:test:edit');
describe('unknown contacts', function unknownContacts() {
this.timeout(durations.MINUTE);
this.retries(4);
let bootstrap: Bootstrap;
let app: App;