From 3b1e6703cddb91e45f9faebc51f63cd802589481 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 10 Jun 2025 18:42:04 -0600 Subject: [PATCH] adjusting hardhat timeout for better stability --- hardhat.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.js b/hardhat.config.js index 6b23933..87b150d 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -24,6 +24,7 @@ module.exports = { networks: { hardhat: { tags: ["local"], + timeout: 20000, allowBlocksWithSameTimestamp: true }, codexdisttestnetwork: {