Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 27abe40

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/resolvers/http.ts

Lines changed: 1 addition & 1 deletion
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)