diff --git a/src/services/http/client.ts b/src/services/http/client.ts index cb22c2f4..c9fbfe2c 100644 --- a/src/services/http/client.ts +++ b/src/services/http/client.ts @@ -38,7 +38,7 @@ export async function httpClient( method: opts.method ?? 'GET', params: opts.query, data: opts.body, - timeout: opts.timeoutMs ?? 10_000, + timeout: opts.timeoutMs ?? 30_000, withCredentials: isCookieAuth && !isBearerAuth, responseType: opts.responseType, headers: {