chore: client timeout

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