summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/tests/jenkins.nix2
-rw-r--r--nixos/tests/munin.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/jenkins.nix b/nixos/tests/jenkins.nix
index 5fdd0576276..3f4a197ebcc 100644
--- a/nixos/tests/jenkins.nix
+++ b/nixos/tests/jenkins.nix
@@ -17,7 +17,7 @@ import ./make-test.nix {
 
         users.extraUsers.jenkins.extraGroups = [ "users" ];
 
-        systemd.services.jenkins.unitConfig.TimeoutSec = 600;
+        systemd.services.jenkins.serviceConfig.TimeoutStartSec = "3min";
       };
 
     slave =
diff --git a/nixos/tests/munin.nix b/nixos/tests/munin.nix
index 5f9378c0fa5..1e51453df83 100644
--- a/nixos/tests/munin.nix
+++ b/nixos/tests/munin.nix
@@ -18,7 +18,7 @@ import ./make-test.nix {
              '';
            };
           };
-          systemd.services.munin-node.unitConfig.TimeoutSec = 600;
+          systemd.services.munin-node.serviceConfig.TimeoutStartSec = "3min";
         };
     };