Commit d6c2830a authored by Matthew Slipper's avatar Matthew Slipper

integration-tests: Increase withdrawal timeout

parent f8d62ace
---
'@eth-optimism/integration-tests': patch
---
Increase withdrawal test timeout
......@@ -210,7 +210,7 @@ export const conditionalTest = (
}
await fn()
}).timeout(timeout || envConfig.MOCHA_TIMEOUT)
}).timeout(timeout || envConfig.MOCHA_TIMEOUT * 2)
}
export const withdrawalTest = (name, fn, timeout?: number) =>
......
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