Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Aug 3, 2021
1 parent cee393f commit bd74e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bd74e3a

Please sign in to comment.