mirror of https://github.com/certd/certd
chore: client timeout
parent
b6176d7629
commit
c31bc0266a
|
@ -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: {}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue