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

@ -12,6 +12,7 @@ const IdentifierType = Proto.ManifestRecord.Identifier.Type;
describe('storage service', function needsName() {
this.timeout(durations.MINUTE);
this.retries(4);
let bootstrap: Bootstrap;
let app: App;