diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index d5d1d41..725d5e4 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -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),