summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/jenkins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/jenkins.nix b/nixos/tests/jenkins.nix
index 3f4a197ebcc4..d737038380dd 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.serviceConfig.TimeoutStartSec = "3min";
+        systemd.services.jenkins.serviceConfig.TimeoutStartSec = "6min";
       };
 
     slave =