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 #3558 from trufflesuite/bump-timeout
Browse files Browse the repository at this point in the history
Lengthen timeout for build scenario test
  • Loading branch information
gnidan authored Nov 24, 2020
2 parents 6a7f3d2 + a0b2419 commit 519e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/truffle/test/scenarios/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("truffle build [ @standalone ]", () => {
});
});
it("tells the user it shouldn't use an object", async function () {
this.timeout(10000);
this.timeout(12000);
try {
await CommandRunner.run("build", config);
assert(false, "The process should have exited with code 1");
Expand Down

0 comments on commit 519e768

Please sign in to comment.