diff --git a/web/src/utils/http.ts b/web/src/utils/http.ts index 5e0a0c2..e303527 100644 --- a/web/src/utils/http.ts +++ b/web/src/utils/http.ts @@ -13,7 +13,7 @@ declare module "axios" { const http = axios.create({ baseURL: "/api", - timeout: 10000, + timeout: 60000, headers: { "Content-Type": "application/json" }, });