aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_disconnect.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_disconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_disconnect.py.in b/src/integration-tests/test_integration_disconnect.py.in
index cda1be3cc..38bc7b059 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -153,6 +153,10 @@ def run ():
153 server.stop () 153 server.stop ()
154 cleanup () 154 cleanup ()
155 sys.exit(success) 155 sys.exit(success)
156
157 # Give the server time to start
158 time.sleep(5)
159
156 if (True != client.start()): 160 if (True != client.start()):
157 print 'Failed to start client' 161 print 'Failed to start client'
158 if (None != server): 162 if (None != server):