Skip to content

Commit

Permalink
Increase timeout for evm hardhat tests (sei-protocol#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil authored Aug 23, 2024
1 parent dd7c43d commit 83fd512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
},
},
},
mocha: {
timeout: 100000000,
},
paths: {
sources: "./src", // contracts are in ./src
},
Expand Down

0 comments on commit 83fd512

Please sign in to comment.