mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nixos/tests/jenkins: increase timeout to 6 minutes
Fixes the test failure, at least on my system.
This commit is contained in:
parent
e7762c55bb
commit
7a6af47cca
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue