From bbc44bf0da43b1380710676a3273400df13afe71 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Sun, 14 Dec 2014 02:30:13 +0100 Subject: [PATCH] nixos/gitlab: imporove tests --- nixos/tests/gitlab.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix index d213624e332..2b0715e97bc 100644 --- a/nixos/tests/gitlab.nix +++ b/nixos/tests/gitlab.nix @@ -14,6 +14,7 @@ import ./make-test.nix { testScript = '' $gitlab->start(); $gitlab->waitForUnit("gitlab.service"); - $gitlab->waitUntilSucceeds("curl http://localhost:8080"); + $gitlab->waitForUnit("gitlab-sidekiq.service"); + $gitlab->waitUntilSucceeds("curl http://localhost:8080/users/sign_in"); ''; }