aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
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):