diff --git a/packages/truffle/test/scenarios/migrations/errors.js b/packages/truffle/test/scenarios/migrations/errors.js index aaa218b312e..85c3511153a 100644 --- a/packages/truffle/test/scenarios/migrations/errors.js +++ b/packages/truffle/test/scenarios/migrations/errors.js @@ -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);