chore: client timeout

This commit is contained in:
xiaojunnuo
2024-10-26 19:56:26 +08:00
parent b6176d7629
commit c31bc0266a

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