aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-19 14:35:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-19 14:35:31 +0000
commit45ea78958b11d15d3909371b40c9ec10e135dbc5 (patch)
tree51c3e93ae032966a08ee8987f2c31579b8974c88 /src/integration-tests
parenta6a5670ac36add072a106e63a62177cdc18e2d36 (diff)
downloadgnunet-45ea78958b11d15d3909371b40c9ec10e135dbc5.tar.gz
gnunet-45ea78958b11d15d3909371b40c9ec10e135dbc5.zip
delay between starting clients
Diffstat (limited to 'src/integration-tests')
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in4
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 a480fb04f..85da2f803 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 ():
171 cleanup () 171 cleanup ()
172 sys.exit(success) 172 sys.exit(success)
173 173
174 # Server has to settle down
175 time.sleep(5)
176
177
174 client_nat = Peer(test, './confs/c_nat_client.conf'); 178 client_nat = Peer(test, './confs/c_nat_client.conf');
175 if (True != client_nat.start()): 179 if (True != client_nat.start()):
176 print 'Failed to start client_nat' 180 print 'Failed to start client_nat'