fix max-silent-time

This commit is contained in:
Jörg Thalheim 2024-07-13 01:34:46 +02:00 committed by mergify[bot]
parent 8678bdf73b
commit 6c7b3b1a1c

View file

@ -462,7 +462,6 @@ def nix_build_config(
"--option", "--option",
"keep-going", "keep-going",
"true", "true",
"--option",
# stop stuck builds after 20 minutes # stop stuck builds after 20 minutes
"--max-silent-time", "--max-silent-time",
str(60 * 20), str(60 * 20),