mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: set fallback timeout to 30s
This commit is contained in:
@@ -38,7 +38,7 @@ export async function httpClient<T, B = unknown>(
|
||||
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: {
|
||||
|
||||
Reference in New Issue
Block a user