diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-12-19 14:35:31 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-12-19 14:35:31 +0000 |
commit | 45ea78958b11d15d3909371b40c9ec10e135dbc5 (patch) | |
tree | 51c3e93ae032966a08ee8987f2c31579b8974c88 /src/integration-tests | |
parent | a6a5670ac36add072a106e63a62177cdc18e2d36 (diff) |
delay between starting clients
Diffstat (limited to 'src/integration-tests')
-rwxr-xr-x | src/integration-tests/test_integration_clique.py.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in index a480fb04f5..85da2f8039 100755 --- a/src/integration-tests/test_integration_clique.py.in +++ b/src/integration-tests/test_integration_clique.py.in @@ -171,6 +171,10 @@ def run (): cleanup () sys.exit(success) + # Server has to settle down + time.sleep(5) + + client_nat = Peer(test, './confs/c_nat_client.conf'); if (True != client_nat.start()): print 'Failed to start client_nat' |