chore: client timeout

This commit is contained in:
xiaojunnuo
2024-10-26 19:56:26 +08:00
parent b6176d7629
commit c31bc0266a
+1 -1
View File
@@ -124,7 +124,7 @@ function createRequestFunction(service: any) {
headers: { headers: {
"Content-Type": get(config, "headers.Content-Type", "application/json") "Content-Type": get(config, "headers.Content-Type", "application/json")
}, },
timeout: 16000, timeout: 20000,
baseURL: env.API, baseURL: env.API,
data: {} data: {}
}; };