chore: client timeout

pull/229/head
xiaojunnuo 2024-10-26 19:55:52 +08:00
parent bc2e78db39
commit b6176d7629
1 changed files with 1 additions and 1 deletions

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: {}
};