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

Lengthen timeout for build scenario test #3558

Merged
merged 1 commit into from
Nov 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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