From c839c988f4f7546552217b76e8285d085b87b91e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 31 Aug 2015 18:34:22 +0200 Subject: [PATCH] Make proxy test more robust http://hydra.nixos.org/build/25322489 --- nixos/tests/proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/proxy.nix b/nixos/tests/proxy.nix index b43ce1b8e68..3fee1d32538 100644 --- a/nixos/tests/proxy.nix +++ b/nixos/tests/proxy.nix @@ -67,6 +67,7 @@ in $proxy->waitForUnit("httpd"); $backend1->waitForUnit("httpd"); $backend2->waitForUnit("httpd"); + $client->waitForUnit("network.target"); # With the back-ends up, the proxy should work. $client->succeed("curl --fail http://proxy/");