1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/tests/jenkins: increase timeout to 6 minutes

Fixes the test failure, at least on my system.
This commit is contained in:
Bjørn Forsman 2015-02-10 16:49:47 +01:00
parent e7762c55bb
commit 7a6af47cca

View file

@ -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 =