summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-05-16 15:23:48 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-05-16 15:23:48 -0400
commit7fca94eedd5bc2d6f7a58b283e7be47621b213d4 (patch)
treec3bbed97e6f5c1cb80edea2283fdf5eee54c7f77 /tests
parentc40a7ba18a787fd8504e3415fa71e046dcae7add (diff)
gitlab-test: Temporarily increase gitlab timeout to 60 minutes.
Diffstat (limited to 'tests')
-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();