Skip to content

Commit 0a8b8ab

Browse files
committed
15000
1 parent af7236e commit 0a8b8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/resourcefetcher/httpResourceFetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class HttpResourceFetcher implements ResourceFetcher<Response> {
117117
return req.response.finally(() => cancelListener?.dispose())
118118
},
119119
{
120-
timeout: 10000,
120+
timeout: 15000,
121121
interval: 100,
122122
backoff: 2,
123123
retryOnFail: (error: Error) => {

0 commit comments

Comments
 (0)