diff --git a/packages/dashboard-frontend/src/services/axios-wrapper/getAxiosInstance.ts b/packages/dashboard-frontend/src/services/axios-wrapper/getAxiosInstance.ts index 29320c69b..af8c1a063 100644 --- a/packages/dashboard-frontend/src/services/axios-wrapper/getAxiosInstance.ts +++ b/packages/dashboard-frontend/src/services/axios-wrapper/getAxiosInstance.ts @@ -17,7 +17,7 @@ class CheAxiosInstance { private readonly axiosInstance: AxiosInstance; private constructor() { - this.axiosInstance = axios.create({ timeout: 15000 }); + this.axiosInstance = axios.create({ timeout: 30000 }); } public static getInstance(): CheAxiosInstance {