From 8d8609d80cb1f2f8a43bafe4c23c51119eab076b Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 27 Dec 2024 17:37:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA30=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/axios/src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axios/src/options.ts b/packages/axios/src/options.ts index 4700b83..ad23a1b 100644 --- a/packages/axios/src/options.ts +++ b/packages/axios/src/options.ts @@ -29,7 +29,7 @@ export function createRetryOptions(config?: Partial) { } export function createAxiosConfig(config?: Partial) { - const TEN_SECONDS = 60 * 1000; + const TEN_SECONDS = 30 * 1000; const axiosConfig: CreateAxiosDefaults = { timeout: TEN_SECONDS,