From 5f428596bfdb94412ef098daa643c49b868ce549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Tue, 16 May 2017 15:53:24 -0400 Subject: gitlab-test: Force longer timeout Died with error: action timed out after 900 seconds at /nix/store/jba7sw3a7wd2iq4vb4g1079jxg1w54ny-nixos-test-driver/lib/perl5/site_perl/Machine.pm line 226, <__ANONIO__> line 171036. --- tests/gitlab.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/gitlab.nix b/tests/gitlab.nix index 1a487cb..63d4c80 100644 --- a/tests/gitlab.nix +++ b/tests/gitlab.nix @@ -8,6 +8,11 @@ import ( { pkgs, ... }: { }; testScript = '' $machine->start(); + $machine->waitUntilSucceeds("sleep 600"); + $machine->waitUntilSucceeds("sleep 600"); + $machine->waitUntilSucceeds("sleep 600"); + $machine->waitUntilSucceeds("sleep 600"); + $machine->waitUntilSucceeds("sleep 600"); $machine->waitForUnit("gitlab.service"); $machine->waitForUnit("gitlab-sidekiq.service"); $machine->waitUntilSucceeds("curl http://localhost:8080/users/sign_in"); -- cgit v1.2.3