diff options
author | KJ Ørbekk <kj@orbekk.com> | 2017-05-16 15:03:19 -0400 |
---|---|---|
committer | KJ Ørbekk <kj@orbekk.com> | 2017-05-16 15:03:19 -0400 |
commit | c40a7ba18a787fd8504e3415fa71e046dcae7add (patch) | |
tree | 0bc8e0efb85ecefccc711de7dde53d14a57bb91d | |
parent | c10b10f17b86f0dc8af1ffd2b81e2303a4dad84e (diff) |
gitlab-test: Add long timeout.
-rw-r--r-- | tests/gitlab.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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"; }; testScript = '' $machine->start(); |