mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
nixos/tests/gitlab.nix: set TimeoutStartSec to 10min
This commit is contained in:
parent
b2d5e79e6d
commit
5bafb9cf0f
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user