From c83f6184df1ac41e58ff9c11c85da0080734708b Mon Sep 17 00:00:00 2001 From: yutak23 <79501292+yutak23@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:32:58 +0900 Subject: [PATCH] Update spec/index.spec.ts Co-authored-by: Alberto Gonzalez --- spec/index.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.spec.ts b/spec/index.spec.ts index 868fbd3..4576e92 100644 --- a/spec/index.spec.ts +++ b/spec/index.spec.ts @@ -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),