From 7fca94eedd5bc2d6f7a58b283e7be47621b213d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Tue, 16 May 2017 15:23:48 -0400 Subject: gitlab-test: Temporarily increase gitlab timeout to 60 minutes. --- tests/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 ( { 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(); -- cgit v1.2.3