From c40a7ba18a787fd8504e3415fa71e046dcae7add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Tue, 16 May 2017 15:03:19 -0400 Subject: gitlab-test: Add long timeout. --- tests/gitlab.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/gitlab.nix b/tests/gitlab.nix index 1d9985f..de92092 100644 --- a/tests/gitlab.nix +++ b/tests/gitlab.nix @@ -4,6 +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"; }; testScript = '' $machine->start(); -- cgit v1.2.3