Skip to content

Commit 27abe40

Browse files
committed
feat: increase default http timeout to 60s per #353
1 parent b6ad60a commit 27abe40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resolvers/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
/**
2424
* HTTP request timeout (in milliseconds).
2525
*/
26-
timeout: 5000, // 5 seconds
26+
timeout: 60_000, // 60 seconds
2727

2828
/**
2929
* The maximum number of HTTP redirects to follow.

0 commit comments

Comments
 (0)