mirror of
https://github.com/p-stream/providers.git
synced 2026-05-16 19:52:07 +00:00
Increase timeout p2
This commit is contained in:
parent
431599b4ab
commit
ca99fd6f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function makeStandardFetcher(f: FetchLike): Fetcher {
|
||||||
|
|
||||||
// AbortController
|
// AbortController
|
||||||
const controller = new AbortController();
|
const controller = new AbortController();
|
||||||
const timeout = 10000; // 10s timeout
|
const timeout = 15000; // 15s timeout
|
||||||
const timeoutId = setTimeout(() => controller.abort(), timeout);
|
const timeoutId = setTimeout(() => controller.abort(), timeout);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue