diff --git a/packages/compile-solidity-tests/test/JSparser.ts b/packages/compile-solidity-tests/test/JSparser.ts index 6f8ed5bed2d..9aa90341ee7 100644 --- a/packages/compile-solidity-tests/test/JSparser.ts +++ b/packages/compile-solidity-tests/test/JSparser.ts @@ -58,7 +58,7 @@ describe("JSparser", () => { }); it("properly throws when passed an invalid parser value", async function () { - this.timeout(3000); + this.timeout(20000); options.compilers.solc.parser = "badParser"; options.contracts_directory = path.join(__dirname, "./sources/v0.5.x");