mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
nixos/tests/gitlab.nix: set TimeoutStartSec to 10min
(cherry picked from commit 5bafb9cf0f
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
f72c7e93ce
commit
d2462e2957
@ -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