Commit d1680052 authored by Maurelian's avatar Maurelian Committed by GitHub

chore: reduce hardhat timeout to 20 seconds (#968)

parent f1b27318
---
'@eth-optimism/integration-tests': patch
---
Reduce test timeout from 100 to 20 seconds
...@@ -10,7 +10,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT ...@@ -10,7 +10,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT
const config: HardhatUserConfig = { const config: HardhatUserConfig = {
mocha: { mocha: {
timeout: 100000, timeout: 20000,
}, },
networks: { networks: {
optimism: { optimism: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment