Skip to content

Commit

Permalink
Update spec/index.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Gonzalez <[email protected]>
  • Loading branch information
yutak23 and mindhells authored Jul 31, 2024
1 parent 21107cc commit c83f618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ describe('axiosRetry(axios, { retries, retryDelay })', () => {
});

describe('when linearDelay is supplied', () => {
it('should more than 600 milliseconds', (done) => {
it('should take more than 600 milliseconds with default delay and 4 retries', (done) => {
const client = axios.create();
setupResponses(client, [
() => nock('http://example.com').get('/test').replyWithError(NETWORK_ERROR),
Expand Down

0 comments on commit c83f618

Please sign in to comment.