deno: increase maxSilent timeout (#519323)

This commit is contained in:
j-k
2026-05-14 08:38:21 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -279,6 +279,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
ofalvai
mynacol
];
maxSilent = 14400; # 4h, double the default of 7200s; sometimes needed for x86_64-darwin on hydra
platforms = [
"x86_64-linux"
"aarch64-linux"
@@ -190,6 +190,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/denoland/rusty_v8";
license = lib.licenses.mit;
maintainers = deno.meta.maintainers;
maxSilent = 14400; # 4h, double the default of 7200s; sometimes needed for x86_64-darwin on hydra
platforms = deno.meta.platforms;
};
})