aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.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_bootstrap_and_connect.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_bootstrap_and_connect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
index 1ba4c3c59..c3e2da73d 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -152,6 +152,10 @@ def run ():
152 client.stop () 152 client.stop ()
153 cleanup () 153 cleanup ()
154 sys.exit(success) 154 sys.exit(success)
155
156 # Give the server time to start
157 time.sleep(5)
158
155 if (True != client.start()): 159 if (True != client.start()):
156 print 'Failed to start client' 160 print 'Failed to start client'
157 if (None != server): 161 if (None != server):