1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

gc-non-blocking.sh: Don't hang indefinitely if the GC roots server crashes

This commit is contained in:
Eelco Dolstra 2021-12-13 16:24:25 +01:00
parent 05fcc681ac
commit df1edd143f

View file

@ -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\";