Skip to content

Commit 0784678

Browse files
committed
Increase default timeout from 30s to 300s
1 parent 1fea7c8 commit 0784678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-next/hardhat-utils/src/request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
handleError,
2424
} from "./internal/request.js";
2525

26-
export const DEFAULT_TIMEOUT_IN_MILLISECONDS = 30_000;
26+
export const DEFAULT_TIMEOUT_IN_MILLISECONDS = 300_000; // Aligned with unidici
2727
export const DEFAULT_MAX_REDIRECTS = 10;
2828
export const DEFAULT_POOL_MAX_CONNECTIONS = 128;
2929
export const DEFAULT_USER_AGENT = "Hardhat";

0 commit comments

Comments
 (0)