Skip to content

Commit 8283a71

Browse files
committed
test increased mocha timeout
1 parent a35410a commit 8283a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config: HardhatUserConfig = {
2323
},
2424

2525
mocha: {
26-
timeout: 500000,
26+
timeout: 1000000,
2727
},
2828
};
2929

0 commit comments

Comments
 (0)