From 784083176a6c2bbda84095de97cb59126fe7c7a5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Nov 2011 17:04:26 +0000 Subject: [PATCH] * Fix race. --- tests/remote-builds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index 201ca9dba1..de127b8aee 100644 --- a/tests/remote-builds.nix +++ b/tests/remote-builds.nix @@ -72,6 +72,7 @@ in $client->succeed("chmod 600 /root/.ssh/id_dsa"); # Install the SSH key on the slaves. + $client->waitForJob("network-interfaces"); foreach my $slave ($slave1, $slave2) { $slave->succeed("mkdir -m 700 /root/.ssh"); $slave->copyFileFromHost("key.pub", "/root/.ssh/authorized_keys");