Author: eelco
Date: Tue Sep 13 11:00:31 2011
New Revision: 29234
URL: https://ssl.nixos.org/websvn/nix/?rev=29234&sc=1

Log:
* Make the test more robust.

Modified:
   hydra-config/tribler/trunk/release.nix

Modified: hydra-config/tribler/trunk/release.nix
==============================================================================
--- hydra-config/tribler/trunk/release.nix      Tue Sep 13 08:52:06 2011        
(r29233)
+++ hydra-config/tribler/trunk/release.nix      Tue Sep 13 11:00:31 2011        
(r29234)
@@ -157,6 +157,8 @@
           my $pid = $tracker->succeed("transmission-cli /tmp/test.torrent -M 
-w /tmp/data >&2 & echo \$!");
 
           # Download the torrent file on the client.
+          $tracker->waitForJob("httpd");
+          $client->waitForJob("network-interfaces");
           $client->succeed("curl http://tracker/test.torrent > 
/tmp/test.torrent");
 
           # Start Tribler to download the file.
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to