From 341078a13b53786e3e7890f871b5f66965dd13d0 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 19 Dec 2013 14:22:54 +0000 Subject: delay start of client to allow the server to start on slow systems --- src/integration-tests/test_integration_disconnect.py.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/integration-tests/test_integration_disconnect.py.in') 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 (): 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): -- cgit v1.2.3