summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");