chore: client timeout

pull/229/head
xiaojunnuo 2024-10-26 19:56:26 +08:00
parent b6176d7629
commit c31bc0266a
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: 16000,
timeout: 20000,
baseURL: env.API,
data: {}
};