From: Matthias Wachs Date: Thu, 19 Dec 2013 14:35:31 +0000 (+0000) Subject: delay between starting clients X-Git-Tag: initial-import-from-subversion-38251~5299 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45ea78958b11d15d3909371b40c9ec10e135dbc5;p=oweals%2Fgnunet.git delay between starting clients --- 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 (): 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'