From d2462e29574a90e787c86323d048ffaa7aa2dff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 17 Dec 2014 16:40:17 +0100 Subject: [PATCH] nixos/tests/gitlab.nix: set TimeoutStartSec to 10min MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 5bafb9cf0fea00470be4ff9b342849339297eeb4) Signed-off-by: Domen Kožar --- nixos/tests/gitlab.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; };