We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ad60a commit 27abe40Copy full SHA for 27abe40
lib/resolvers/http.ts
@@ -23,7 +23,7 @@ export default {
23
/**
24
* HTTP request timeout (in milliseconds).
25
*/
26
- timeout: 5000, // 5 seconds
+ timeout: 60_000, // 60 seconds
27
28
29
* The maximum number of HTTP redirects to follow.
0 commit comments