perf: client 请求超时时间延长为10s

This commit is contained in:
xiaojunnuo
2024-09-03 22:09:48 +08:00
parent 87a2673e8c
commit ff46771d8d
2 changed files with 1 additions and 2 deletions
Submodule packages/certd-pro deleted from d1df93c12e
+1 -1
View File
@@ -112,7 +112,7 @@ function createRequestFunction(service: any) {
headers: {
"Content-Type": get(config, "headers.Content-Type", "application/json")
},
timeout: 5000,
timeout: 10000,
baseURL: env.API,
data: {}
};