forked from lix-project/lix
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 a new issue