Skip to content

Commit 8d0c9d7

Browse files
Remove cargo-about timeout to make builds work on slow machines (#3032)
nixpkgs review in github actions will fail otherwise
1 parent 2bb4509 commit 8d0c9d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ function generateRustLicenses(): LicenseInfo[] | undefined {
262262
const { stdout, stderr, status } = spawnSync("cargo", ["about", "generate", "about.hbs"], {
263263
cwd: path.join(__dirname, ".."),
264264
encoding: "utf8",
265-
timeout: 60000, // One minute
266265
shell: true,
267266
windowsHide: true, // Hide the terminal on Windows
268267
});

0 commit comments

Comments
 (0)