gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 8b309aea3f60e941808cecb2d0f25d387953baff
parent 08a47bc192e9cf2578b5c5d3f6c1b7ac78e2fee5
Author: Matthias Wachs <wachs@net.in.tum.de>
Date:   Tue, 17 Dec 2013 16:46:40 +0000

sleep to have hostlist started


Diffstat:
Msrc/integration-tests/test_integration_clique.py.in | 3+++
1 file 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 @@ -158,6 +158,9 @@ def run (): cleanup () sys.exit(success) + # Server has to settle down + time.sleep(5) + client = Peer(test, './confs/c_no_nat_client.conf'); if (True != client.start()): print 'Failed to start client'