Skip to content

Commit

Permalink
increase tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 12, 2024
1 parent 961c059 commit 60c270d
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 @@ -71,6 +71,9 @@ const config: HardhatUserConfig = {
{ version: "0.8.7" },
],
},
mocha: {

Check failure on line 74 in hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'mocha' should be before 'solidity'
timeout: 100000000,
},
};

export default config;

0 comments on commit 60c270d

Please sign in to comment.