sleep
authorChristian Grothoff <christian@grothoff.org>
Mon, 26 Apr 2010 11:05:06 +0000 (11:05 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 26 Apr 2010 11:05:06 +0000 (11:05 +0000)
src/peerinfo-tool/test_gnunet_peerinfo.py

index e9881a7b6296c17c6bdbf5f91e6639f746086496..9cef97f76f98f4794fac3cb4144b7c200e5507ee 100755 (executable)
@@ -44,7 +44,7 @@ try:
 
 
   os.system ('gnunet-arm -q -i transport -c test_gnunet_peerinfo_data.conf')
-
+  os.system ('sleep 1')
   pinfo = pexpect.spawn ('gnunet-peerinfo -c test_gnunet_peerinfo_data.conf')
   pinfo.expect (re.compile ("Peer `.*\' with trust  *0\r"));
   pinfo.expect (re.compile (" *localhost:24357\r"));