gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31565 - gnunet/src/integration-tests
Date: Thu, 19 Dec 2013 15:22:54 +0100

Author: wachs
Date: 2013-12-19 15:22:54 +0100 (Thu, 19 Dec 2013)
New Revision: 31565

Modified:
   gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in
   gnunet/src/integration-tests/test_integration_disconnect.py.in
   gnunet/src/integration-tests/test_integration_disconnect_nat.py.in
   gnunet/src/integration-tests/test_integration_reconnect.py.in
   gnunet/src/integration-tests/test_integration_reconnect_nat.py.in
Log:
delay start of client to allow the server to start on slow systems


Modified: 
gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in   
2013-12-19 14:12:04 UTC (rev 31564)
+++ gnunet/src/integration-tests/test_integration_bootstrap_and_connect.py.in   
2013-12-19 14:22:54 UTC (rev 31565)
@@ -152,6 +152,10 @@
                        client.stop ()
                cleanup ()
                sys.exit(success)
+               
+       # Give the server time to start
+       time.sleep(5)
+       
        if (True != client.start()):
                print 'Failed to start client'
                if (None != server):

Modified: gnunet/src/integration-tests/test_integration_disconnect.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_disconnect.py.in      
2013-12-19 14:12:04 UTC (rev 31564)
+++ gnunet/src/integration-tests/test_integration_disconnect.py.in      
2013-12-19 14:22:54 UTC (rev 31565)
@@ -153,6 +153,10 @@
                        server.stop ()
                cleanup ()
                sys.exit(success)
+               
+       # Give the server time to start
+       time.sleep(5)           
+               
        if (True != client.start()):
                print 'Failed to start client'
                if (None != server):

Modified: gnunet/src/integration-tests/test_integration_disconnect_nat.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_disconnect_nat.py.in  
2013-12-19 14:12:04 UTC (rev 31564)
+++ gnunet/src/integration-tests/test_integration_disconnect_nat.py.in  
2013-12-19 14:22:54 UTC (rev 31565)
@@ -157,6 +157,10 @@
                        server.stop ()
                cleanup ()
                sys.exit(success)
+               
+       # Give the server time to start
+       time.sleep(5)
+               
        if (True != nat_client.start()):
                print 'Failed to start nat_client'
                if (None != server):

Modified: gnunet/src/integration-tests/test_integration_reconnect.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_reconnect.py.in       
2013-12-19 14:12:04 UTC (rev 31564)
+++ gnunet/src/integration-tests/test_integration_reconnect.py.in       
2013-12-19 14:22:54 UTC (rev 31565)
@@ -188,6 +188,10 @@
                        client.stop ()
                cleanup ()
                sys.exit(success)
+               
+       # Give the server time to start
+       time.sleep(5)
+                       
        if (True != client.start()):
                print 'Failed to start client'
                if (None != server):

Modified: gnunet/src/integration-tests/test_integration_reconnect_nat.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_reconnect_nat.py.in   
2013-12-19 14:12:04 UTC (rev 31564)
+++ gnunet/src/integration-tests/test_integration_reconnect_nat.py.in   
2013-12-19 14:22:54 UTC (rev 31565)
@@ -188,6 +188,10 @@
                        client.stop ()
                cleanup ()
                sys.exit(success)
+               
+       # Give the server time to start
+       time.sleep(5)
+                       
        if (True != client.start()):
                print 'Failed to start client'
                if (None != server):




reply via email to

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