mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
gc-non-blocking.sh: Don't hang indefinitely if the GC roots server crashes
This commit is contained in:
parent
05fcc681ac
commit
df1edd143f
@ -19,7 +19,7 @@ pid=$!
|
|||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
outPath=$(nix-build -o "$TEST_ROOT/result" -E "
|
outPath=$(nix-build --max-silent-time 60 -o "$TEST_ROOT/result" -E "
|
||||||
with import ./config.nix;
|
with import ./config.nix;
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = \"non-blocking\";
|
name = \"non-blocking\";
|
||||||
|
Loading…
Reference in New Issue
Block a user