Skip to content

Commit

Permalink
fix: increase network timeout (#845)
Browse files Browse the repository at this point in the history
* fix: increase network timeout

* chore: update timeout to 5 min
  • Loading branch information
rajkharvar committed Jun 22, 2022
1 parent 1d6750c commit 1d56fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ module.exports = {
url: PROVIDER_URL || '',
accounts: { mnemonic: MNEMONIC },
chainId: ENV_CHAIN_IDS[NETWORK],
timeout: 300000,
},
skale: {
url: PROVIDER_URL || '',
accounts: { mnemonic: MNEMONIC },
chainId: ENV_CHAIN_IDS[NETWORK],
timeout: 300000,
},
hardhat: {
saveDeployments: false,
Expand Down

0 comments on commit 1d56fa1

Please sign in to comment.