gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31492 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r31492 - gnunet/src/integration-tests
Date: Tue, 17 Dec 2013 17:46:40 +0100

Author: wachs
Date: 2013-12-17 17:46:40 +0100 (Tue, 17 Dec 2013)
New Revision: 31492

Modified:
   gnunet/src/integration-tests/test_integration_clique.py.in
Log:
sleep to have hostlist started


Modified: gnunet/src/integration-tests/test_integration_clique.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_clique.py.in  2013-12-17 
16:32:36 UTC (rev 31491)
+++ gnunet/src/integration-tests/test_integration_clique.py.in  2013-12-17 
16:46:40 UTC (rev 31492)
@@ -158,6 +158,9 @@
                cleanup ()
                sys.exit(success)
        
+       # Server has to settle down
+       time.sleep(5)
+       
        client = Peer(test, './confs/c_no_nat_client.conf');
        if (True != client.start()):
                print 'Failed to start client'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]