diff --git a/smart-contract/hardhat.config.ts b/smart-contract/hardhat.config.ts index 000769647..8e980ba91 100644 --- a/smart-contract/hardhat.config.ts +++ b/smart-contract/hardhat.config.ts @@ -100,6 +100,7 @@ const config: HardhatUserConfig = { networks: { truffle: { url: 'http://localhost:24012/rpc', + timeout: 60000, }, }, gasReporter: {