diff --git a/src/utils/axios.ts b/src/utils/axios.ts index fc3081b..02ac1f6 100644 --- a/src/utils/axios.ts +++ b/src/utils/axios.ts @@ -22,7 +22,7 @@ export const getOriginUrl = () => { const config: AxiosConfig = { // baseURL: process.env.REACT_APP_BASE_URL, baseURL: getBaseUrl(), - timeout: 60 * 10 * 1000, + timeout: 60 * 120 * 1000, headers: { 'Content-Type': 'application/json' }