From 6c7b3b1a1ccbed93961fd6ad0faac04302023503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 13 Jul 2024 01:34:46 +0200 Subject: [PATCH] fix max-silent-time --- buildbot_nix/__init__.py | 1 - 1 file changed, 1 deletion(-) 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),