We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512ae48 commit f410b02Copy full SHA for f410b02
1 file changed
packages/cli/src/__tests__/e2e/build-rs.spec.ts
@@ -4,7 +4,7 @@ import { GetPathToCliTestFiles } from "@polywrap/test-cases";
4
import fs from "fs";
5
import path from "path";
6
7
-jest.setTimeout(1200000);
+jest.setTimeout(1500000);
8
9
describe("e2e tests for build command", () => {
10
const testCaseRoot = path.join(GetPathToCliTestFiles(), "build-cmd/wasm/rust");
0 commit comments