mirror of https://github.com/certd/certd
chore: client timeout
parent
bc2e78db39
commit
b6176d7629
|
@ -124,7 +124,7 @@ function createRequestFunction(service: any) {
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": get(config, "headers.Content-Type", "application/json")
|
"Content-Type": get(config, "headers.Content-Type", "application/json")
|
||||||
},
|
},
|
||||||
timeout: 10000,
|
timeout: 16000,
|
||||||
baseURL: env.API,
|
baseURL: env.API,
|
||||||
data: {}
|
data: {}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue