From fe336a269c62b3b8dc40b9c387ca1796759be49b Mon Sep 17 00:00:00 2001 From: 0xmad <0xmad@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:00:12 -0600 Subject: [PATCH] fix(integrationTests): add auto mining option for hardhat --- integrationTests/hardhat.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integrationTests/hardhat.config.ts b/integrationTests/hardhat.config.ts index c33a70e0fb..8a2eda20c6 100644 --- a/integrationTests/hardhat.config.ts +++ b/integrationTests/hardhat.config.ts @@ -12,6 +12,10 @@ const config: HardhatUserConfig = { gas: GAS_LIMIT, blockGasLimit: GAS_LIMIT, accounts: { count: 30, mnemonic: WALLET_MNEMONIC }, + mining: { + auto: true, + interval: 100, + }, }, }, solidity: {