mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
increase license server request time out
This commit is contained in:
committed by
Akhil Mohan
parent
23e621f557
commit
372f2be2f3
@@ -39,8 +39,8 @@ export const setupLicenceRequestWithStore = (
|
||||
let token: string;
|
||||
const licenceReq = axios.create({
|
||||
baseURL,
|
||||
timeout: 45 * 1000,
|
||||
signal: AbortSignal.timeout(45 * 1000)
|
||||
timeout: 60 * 1000,
|
||||
signal: AbortSignal.timeout(60 * 1000)
|
||||
});
|
||||
|
||||
const refreshLicence = async () => {
|
||||
|
||||
Reference in New Issue
Block a user