diff --git a/hardhat.config.js b/hardhat.config.js index 6ee3ede..86540f6 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -12,6 +12,11 @@ module.exports = { }, }, }, + mocha: { + bail: true, + slow: 200, + timeout: 30 * 1000, + }, namedAccounts: { deployer: { default: 0 }, },