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
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pid=$!
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;
mkDerivation {
name = \"non-blocking\";