diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix index 2b0715e97bc..27c65fe47e8 100644 --- a/nixos/tests/gitlab.nix +++ b/nixos/tests/gitlab.nix @@ -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"; }; };