Skip to content

Commit f410b02

Browse files
committed
chore: try increasing the timeout for rust build
1 parent 512ae48 commit f410b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/__tests__/e2e/build-rs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { GetPathToCliTestFiles } from "@polywrap/test-cases";
44
import fs from "fs";
55
import path from "path";
66

7-
jest.setTimeout(1200000);
7+
jest.setTimeout(1500000);
88

99
describe("e2e tests for build command", () => {
1010
const testCaseRoot = path.join(GetPathToCliTestFiles(), "build-cmd/wasm/rust");

0 commit comments

Comments
 (0)