gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31567 - gnunet/src/integration-tests
Date: Thu, 19 Dec 2013 15:35:31 +0100

Author: wachs
Date: 2013-12-19 15:35:31 +0100 (Thu, 19 Dec 2013)
New Revision: 31567

Modified:
   gnunet/src/integration-tests/test_integration_clique.py.in
Log:
delay between starting clients


Modified: gnunet/src/integration-tests/test_integration_clique.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_clique.py.in  2013-12-19 
14:34:22 UTC (rev 31566)
+++ gnunet/src/integration-tests/test_integration_clique.py.in  2013-12-19 
14:35:31 UTC (rev 31567)
@@ -171,6 +171,10 @@
                cleanup ()
                sys.exit(success)
        
+       # Server has to settle down
+       time.sleep(5)
+       
+       
        client_nat = Peer(test, './confs/c_nat_client.conf');
        if (True != client_nat.start()):
                print 'Failed to start client_nat'




reply via email to

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