diff --git a/test/index.spec.ts b/test/index.spec.ts index 9a0cfb028..ffc9decf0 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -148,9 +148,9 @@ describe(`\nTest strategy "${strategy}" with latest snapshot`, () => { console.log(`Resolved in ${(getScoresTimeMore / 1e3).toFixed(2)} sec.`); // wait for all logs to be printed (bug: printed after results) await new Promise((r) => setTimeout(r, 100)); - }, 20000); + }); - it(`Should take less than 15 sec. to resolve with ${ + it(`Should take less than 20 sec. to resolve with ${ moreArg || 500 } addresses`, () => { expect(getScoresTimeMore).toBeLessThanOrEqual(20000);