commit 45ea78958b11d15d3909371b40c9ec10e135dbc5
parent a6a5670ac36add072a106e63a62177cdc18e2d36
Author: Matthias Wachs <wachs@net.in.tum.de>
Date: Thu, 19 Dec 2013 14:35:31 +0000
delay between starting clients
Diffstat:
1 file 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
@@ -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'