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_reconnect.py.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/integration-tests/test_integration_reconnect.py.in') 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 (): client.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