aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_reconnect.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-19 14:22:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-19 14:22:54 +0000
commit341078a13b53786e3e7890f871b5f66965dd13d0 (patch)
tree44e537427e4e283ad5e4f92e282ff9c41e0925d8 /src/integration-tests/test_integration_reconnect.py.in
parenta41debd9d80624723be7de89899c8c2b7ebb9296 (diff)
downloadgnunet-341078a13b53786e3e7890f871b5f66965dd13d0.tar.gz
gnunet-341078a13b53786e3e7890f871b5f66965dd13d0.zip
delay start of client to allow the server to start on slow systems
Diffstat (limited to 'src/integration-tests/test_integration_reconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_reconnect.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_reconnect.py.in b/src/integration-tests/test_integration_reconnect.py.in
index b70ac85f2..5a38b3f63 100755
--- a/src/integration-tests/test_integration_reconnect.py.in
+++ b/src/integration-tests/test_integration_reconnect.py.in
@@ -188,6 +188,10 @@ def run ():
188 client.stop () 188 client.stop ()
189 cleanup () 189 cleanup ()
190 sys.exit(success) 190 sys.exit(success)
191
192 # Give the server time to start
193 time.sleep(5)
194
191 if (True != client.start()): 195 if (True != client.start()):
192 print 'Failed to start client' 196 print 'Failed to start client'
193 if (None != server): 197 if (None != server):