mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +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
|
||||
const controller = new AbortController();
|
||||
const timeout = 10000; // 10s timeout
|
||||
const timeout = 15000; // 15s timeout
|
||||
const timeoutId = setTimeout(() => controller.abort(), timeout);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue