fix max-silent-time
This commit is contained in:
parent
8678bdf73b
commit
6c7b3b1a1c
|
@ -462,7 +462,6 @@ def nix_build_config(
|
|||
"--option",
|
||||
"keep-going",
|
||||
"true",
|
||||
"--option",
|
||||
# stop stuck builds after 20 minutes
|
||||
"--max-silent-time",
|
||||
str(60 * 20),
|
||||
|
|
Loading…
Reference in a new issue