aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:46:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:46:40 +0000
commit8b309aea3f60e941808cecb2d0f25d387953baff (patch)
tree6f750d8350e66871b9c7d2522d5a850d3377fb79 /src/integration-tests
parent08a47bc192e9cf2578b5c5d3f6c1b7ac78e2fee5 (diff)
downloadgnunet-8b309aea3f60e941808cecb2d0f25d387953baff.tar.gz
gnunet-8b309aea3f60e941808cecb2d0f25d387953baff.zip
sleep to have hostlist started
Diffstat (limited to 'src/integration-tests')
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in
index e1856ba2b..a480fb04f 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -158,6 +158,9 @@ def run ():
158 cleanup () 158 cleanup ()
159 sys.exit(success) 159 sys.exit(success)
160 160
161 # Server has to settle down
162 time.sleep(5)
163
161 client = Peer(test, './confs/c_no_nat_client.conf'); 164 client = Peer(test, './confs/c_no_nat_client.conf');
162 if (True != client.start()): 165 if (True != client.start()):
163 print 'Failed to start client' 166 print 'Failed to start client'