Remove cargo-about timeout to make builds work on slow machines (#3032)
nixpkgs review in github actions will fail otherwise
This commit is contained in:
parent
2bb4509647
commit
8d0c9d7b81
|
|
@ -262,7 +262,6 @@ function generateRustLicenses(): LicenseInfo[] | undefined {
|
|||
const { stdout, stderr, status } = spawnSync("cargo", ["about", "generate", "about.hbs"], {
|
||||
cwd: path.join(__dirname, ".."),
|
||||
encoding: "utf8",
|
||||
timeout: 60000, // One minute
|
||||
shell: true,
|
||||
windowsHide: true, // Hide the terminal on Windows
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue