aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
index db4f19f17..25a1fc5dd 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -48,7 +48,7 @@ from gnunet_testing import *
48#definitions 48#definitions
49 49
50testname = "test_integration_bootstrap_and_connect" 50testname = "test_integration_bootstrap_and_connect"
51verbose = Verbose 51verbose = True
52check_timeout = 180 52check_timeout = 180
53 53
54if os.name == "nt": 54if os.name == "nt":
@@ -116,6 +116,7 @@ def run ():
116 116
117 success = False 117 success = False
118 test = Test ('test_integration_bootstrap_and_connect.py', verbose) 118 test = Test ('test_integration_bootstrap_and_connect.py', verbose)
119 cleanup ()
119 120
120 server = Peer(test, './confs/c_bootstrap_server.conf'); 121 server = Peer(test, './confs/c_bootstrap_server.conf');
121 client = Peer(test, './confs/c_no_nat_client.conf'); 122 client = Peer(test, './confs/c_no_nat_client.conf');