From b638c67f67c3574f057a4f5d2c80add4e3acf976 Mon Sep 17 00:00:00 2001 From: Maurelian Date: Fri, 28 May 2021 07:56:36 -0400 Subject: [PATCH] chore: reduce hardhat timeout to 20 seconds (#968) --- .changeset/cold-cows-cross.md | 5 +++++ integration-tests/hardhat.config.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/cold-cows-cross.md diff --git a/.changeset/cold-cows-cross.md b/.changeset/cold-cows-cross.md new file mode 100644 index 000000000000..cc67cf4d950d --- /dev/null +++ b/.changeset/cold-cows-cross.md @@ -0,0 +1,5 @@ +--- +'@eth-optimism/integration-tests': patch +--- + +Reduce test timeout from 100 to 20 seconds diff --git a/integration-tests/hardhat.config.ts b/integration-tests/hardhat.config.ts index b68e8646ba7b..0fcc9b23325f 100644 --- a/integration-tests/hardhat.config.ts +++ b/integration-tests/hardhat.config.ts @@ -10,7 +10,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT const config: HardhatUserConfig = { mocha: { - timeout: 100000, + timeout: 20000, }, networks: { optimism: {