summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gitlab.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gitlab.nix b/tests/gitlab.nix
index de92092..1a487cb 100644
--- a/tests/gitlab.nix
+++ b/tests/gitlab.nix
@@ -4,7 +4,7 @@ import <nixpkgs/nixos/tests/make-test.nix> ( { pkgs, ... }: {
services.gitlab.enable = true;
services.gitlab.databasePassword = "password";
services.gitlab.secrets = { db = "password1"; otp = "password2"; secret = "password3"; };
- systemd.services.gitlab.serviceConfig.TimeoutStartSec = "10min";
+ systemd.services.gitlab.serviceConfig.TimeoutStartSec = "60min";
};
testScript = ''
$machine->start();