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

Commit

Permalink
Merge pull request #5907 from trufflesuite/up-oog
Browse files Browse the repository at this point in the history
Increase timeout on migration out of gas test
  • Loading branch information
haltman-at committed Feb 16, 2023
2 parents e81b83a + 92372d3 commit e7f5e62
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 e7f5e62

Please sign in to comment.