fix max-silent-time
This commit is contained in:
parent
8678bdf73b
commit
6c7b3b1a1c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue