Skip to content

Commit

Permalink
Increasing the default timeout when using Truffle Dashboard (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco authored Mar 11, 2022
1 parent 0c723c1 commit 3369445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smart-contract/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const config: HardhatUserConfig = {
networks: {
truffle: {
url: 'http://localhost:24012/rpc',
timeout: 60000,
},
},
gasReporter: {
Expand Down

0 comments on commit 3369445

Please sign in to comment.