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

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