From cbc3bd345e1456a00a27118c93d914f85d603845 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 27 Dec 2024 17:30:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA1=E5=88=86?= =?UTF-8?q?=E9=92=9F?= 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 ff59fa7..4700b83 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 = 10 * 1000; + const TEN_SECONDS = 60 * 1000; const axiosConfig: CreateAxiosDefaults = { timeout: TEN_SECONDS,