diff --git a/src/Contexts/Api/ApiState.tsx b/src/Contexts/Api/ApiState.tsx index 7b5944f..9945693 100644 --- a/src/Contexts/Api/ApiState.tsx +++ b/src/Contexts/Api/ApiState.tsx @@ -61,7 +61,7 @@ export function ApiState({ children }: IApiStateProps) { console.log('Access token in state', accessToken); const axiosConfig = { - timeout: 40000, + timeout: 10000, headers: { 'Content-type': 'application/json', },