aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/integration-tests/Makefile.am2
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_clique_nat.py.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 72a2fa9df..9c58596b6 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -143,7 +143,7 @@ EXTRA_DIST = \
143 hostkeys/c_bootstrap_server \ 143 hostkeys/c_bootstrap_server \
144 hostkeys/c_no_nat_client \ 144 hostkeys/c_no_nat_client \
145 hostkeys/c_nat_client \ 145 hostkeys/c_nat_client \
146 hostkeys/0003-hostkey \ 146 hostkeys/c_nat_client_2 \
147 hostkeys/0004-hostkey \ 147 hostkeys/0004-hostkey \
148 hostkeys/0005-hostkey \ 148 hostkeys/0005-hostkey \
149 hostkeys/0006-hostkey \ 149 hostkeys/0006-hostkey \
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 b95ed3c57..0932f3c6a 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 = True 51verbose = False
52check_timeout = 180 52check_timeout = 180
53 53
54if os.name == "nt": 54if os.name == "nt":
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
index 49e425932..8aa69d3f9 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.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 = True 51verbose = False
52check_timeout = 180 52check_timeout = 180
53 53
54if os.name == "nt": 54if os.name == "nt":
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
index 6fd18f5c2..5fc8cf364 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.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 = True 51verbose = False
52check_timeout = 180 52check_timeout = 180
53 53
54if os.name == "nt": 54if os.name == "nt":
diff --git a/src/integration-tests/test_integration_clique_nat.py.in b/src/integration-tests/test_integration_clique_nat.py.in
index d890928e8..184630d10 100755
--- a/src/integration-tests/test_integration_clique_nat.py.in
+++ b/src/integration-tests/test_integration_clique_nat.py.in
@@ -44,7 +44,7 @@ else:
44 44
45#definitions 45#definitions
46testname = "test_integration_clique_nat" 46testname = "test_integration_clique_nat"
47verbose = True 47verbose = False
48check_timeout = 180 48check_timeout = 180
49 49
50 50