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

Commit e7f5e62

Browse files
authored
Merge pull request #5907 from trufflesuite/up-oog
Increase timeout on migration out of gas test
2 parents e81b83a + 92372d3 commit e7f5e62

File tree

1 file changed

+1
-1
lines changed
  • packages/truffle/test/scenarios/migrations

1 file changed

+1
-1
lines changed

packages/truffle/test/scenarios/migrations/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe("migration errors", function () {
6969
});
7070

7171
it("runs out of gas correctly", async function () {
72-
this.timeout(70000);
72+
this.timeout(90000);
7373

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

0 commit comments

Comments
 (0)