summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-05-16 15:53:24 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-05-16 15:53:24 -0400
commit5f428596bfdb94412ef098daa643c49b868ce549 (patch)
treef339b9d22917b5768e51660ddd48129c3b3b34e8 /tests
parent7fca94eedd5bc2d6f7a58b283e7be47621b213d4 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/gitlab.nix5
1 files changed, 5 insertions, 0 deletions
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 <nixpkgs/nixos/tests/make-test.nix> ( { 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");