Skip to content

Commit

Permalink
update value
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Jun 17, 2024
1 parent 619c65c commit 9cbcb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe('🛸 retry & exponential backoff', () => {
},
});
const delay = Date.now() - start;
assert.ok(delay > 1100 && delay < 1199);
assert.ok(delay > 1000 && delay < 1999);
scope.done();
});

Expand Down

0 comments on commit 9cbcb95

Please sign in to comment.