Skip to content

Commit

Permalink
feat: increase default http timeout to 60s per #353
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Aug 1, 2024
1 parent b6ad60a commit 27abe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolvers/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
/**
* HTTP request timeout (in milliseconds).
*/
timeout: 5000, // 5 seconds
timeout: 60_000, // 60 seconds

/**
* The maximum number of HTTP redirects to follow.
Expand Down

0 comments on commit 27abe40

Please sign in to comment.