nixos/tests/gitlab.nix: set TimeoutStartSec to 10min

This commit is contained in:
Domen Kožar 2014-12-17 16:40:17 +01:00
parent b2d5e79e6d
commit 5bafb9cf0f

View File

@ -8,6 +8,7 @@ import ./make-test.nix {
virtualisation.memorySize = 768;
services.gitlab.enable = true;
services.gitlab.databasePassword = "gitlab";
systemd.services.gitlab.serviceConfig.TimeoutStartSec = "10min";
};
};