diff --git a/hardhat.config.ts b/hardhat.config.ts index fbc22e99..02400575 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -71,6 +71,9 @@ const config: HardhatUserConfig = { { version: "0.8.7" }, ], }, + mocha: { + timeout: 100000000, + }, }; export default config;