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_nat.py.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/integration-tests/test_integration_disconnect_nat.py.in') diff --git a/src/integration-tests/test_integration_disconnect_nat.py.in b/src/integration-tests/test_integration_disconnect_nat.py.in index 350bfbe07..0130c618d 100755 --- a/src/integration-tests/test_integration_disconnect_nat.py.in +++ b/src/integration-tests/test_integration_disconnect_nat.py.in @@ -157,6 +157,10 @@ def run (): server.stop () cleanup () sys.exit(success) + + # Give the server time to start + time.sleep(5) + if (True != nat_client.start()): print 'Failed to start nat_client' if (None != server): -- cgit v1.2.3