delay between starting clients
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 19 Dec 2013 14:35:31 +0000 (14:35 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 19 Dec 2013 14:35:31 +0000 (14:35 +0000)
src/integration-tests/test_integration_clique.py.in

index a480fb04f5922585b6e9c72a3edc3749ea0dc63f..85da2f80396d41bb64d6d923cc4b7ba482fc605d 100755 (executable)
@@ -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'