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

Commit

Permalink
Increase timeout on migration out of gas test
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Feb 16, 2023
1 parent 761f7a3 commit 92372d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/truffle/test/scenarios/migrations/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("migration errors", function () {
});

it("runs out of gas correctly", async function () {
this.timeout(70000);
this.timeout(90000);

try {
await CommandRunner.run("migrate -f 4", config);
Expand Down

0 comments on commit 92372d3

Please sign in to comment.