adjusting hardhat timeout for better stability

This commit is contained in:
Dmitriy Ryajov 2025-06-10 18:42:04 -06:00
parent 08e91c2443
commit 3b1e6703cd
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -24,6 +24,7 @@ module.exports = {
networks: {
hardhat: {
tags: ["local"],
timeout: 20000,
allowBlocksWithSameTimestamp: true
},
codexdisttestnetwork: {