Skip to content

Commit

Permalink
test: set timeout in hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 23, 2023
1 parent c139a9c commit 00b25aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ const config: HardhatUserConfig = {
'@venusprotocol/governance-contracts/contracts/Governance/GovernorBravoDelegator.sol',
],
},
mocha: {
timeout: 100000000
},
// Hardhat deploy
namedAccounts: {
deployer: 0, // here this will by default take the first account as deployer
Expand Down

0 comments on commit 00b25aa

Please sign in to comment.