Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Revert "Further increase timeout on another hardhat test"
Browse files Browse the repository at this point in the history
This reverts commit 9debfe9.
  • Loading branch information
haltman-at committed May 30, 2023
1 parent 9debfe9 commit 7f41794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard-hardhat-plugin/test/hardhat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("Truffle dashboard hardhat plugin compilation tests", function () {
useEnvironment("hardhat-project-incorrect-version", "dashboard");

it("should fail if Hardhat version is below 2.10.1", async function () {
this.timeout(20000);
this.timeout(15000);
return await this.env
.run(TASK_COMPILE, { force: true, quiet: false })
.then(() => {
Expand Down

0 comments on commit 7f41794

Please sign in to comment.