aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-11 12:07:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-11 12:07:27 +0000
commited7f7c16f1f620ba6ce571c9385b5c77620d8f91 (patch)
treed6f3be5f192e0e3482e89bf2ccb8b0abee025a62 /src/integration-tests
parent1e2a026494463d543d61da2880f3e52a5afa4192 (diff)
downloadgnunet-ed7f7c16f1f620ba6ce571c9385b5c77620d8f91.tar.gz
gnunet-ed7f7c16f1f620ba6ce571c9385b5c77620d8f91.zip
- increase timeout for sparcbot
Diffstat (limited to 'src/integration-tests')
-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.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_clique_nat.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_connect_on_restart.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_connection_values_tcp.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_connection_values_tcp_udp.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_connection_values_tcp_udp_http.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect.py.in2
-rwxr-xr-xsrc/integration-tests/test_integration_restart.py.in2
11 files changed, 11 insertions, 11 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 32995d254..b1743774e 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -50,7 +50,7 @@ from gnunet_testing import *
50 50
51testname = "test_integration_bootstrap_and_connect" 51testname = "test_integration_bootstrap_and_connect"
52verbose = True 52verbose = True
53check_timeout = 30 53check_timeout = 180
54 54
55 55
56def cleanup (): 56def cleanup ():
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 b426182ce..0346fd66c 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
@@ -50,7 +50,7 @@ from gnunet_testing import *
50 50
51testname = "test_integration_bootstrap_and_connect" 51testname = "test_integration_bootstrap_and_connect"
52verbose = True 52verbose = True
53check_timeout = 30 53check_timeout = 180
54 54
55 55
56def cleanup (): 56def cleanup ():
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 f055e794c..6b720cbb1 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
@@ -50,7 +50,7 @@ from gnunet_testing import *
50 50
51testname = "test_integration_bootstrap_and_connect" 51testname = "test_integration_bootstrap_and_connect"
52verbose = True 52verbose = True
53check_timeout = 30 53check_timeout = 180
54 54
55 55
56def cleanup (): 56def cleanup ():
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in
index 49a2c592c..82a406d0b 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -42,7 +42,7 @@ from gnunet_testing import *
42 42
43testname = "test_integration_clique" 43testname = "test_integration_clique"
44verbose = True 44verbose = True
45check_timeout = 30 45check_timeout = 180
46 46
47 47
48def cleanup (): 48def cleanup ():
diff --git a/src/integration-tests/test_integration_clique_nat.py.in b/src/integration-tests/test_integration_clique_nat.py.in
index e8f771950..82d85f530 100755
--- a/src/integration-tests/test_integration_clique_nat.py.in
+++ b/src/integration-tests/test_integration_clique_nat.py.in
@@ -42,7 +42,7 @@ from gnunet_testing import *
42#definitions 42#definitions
43testname = "test_integration_clique_nat" 43testname = "test_integration_clique_nat"
44verbose = True 44verbose = True
45check_timeout = 30 45check_timeout = 180
46 46
47 47
48def cleanup (): 48def cleanup ():
diff --git a/src/integration-tests/test_integration_connect_on_restart.py.in b/src/integration-tests/test_integration_connect_on_restart.py.in
index ce460ae60..536ffd886 100755
--- a/src/integration-tests/test_integration_connect_on_restart.py.in
+++ b/src/integration-tests/test_integration_connect_on_restart.py.in
@@ -44,7 +44,7 @@ from gnunet_testing import *
44 44
45testname = "test_integration_clique" 45testname = "test_integration_clique"
46verbose = True 46verbose = True
47check_timeout = 30 47check_timeout = 180
48 48
49 49
50def cleanup (): 50def cleanup ():
diff --git a/src/integration-tests/test_integration_connection_values_tcp.py.in b/src/integration-tests/test_integration_connection_values_tcp.py.in
index bde137275..7b71abcd1 100755
--- a/src/integration-tests/test_integration_connection_values_tcp.py.in
+++ b/src/integration-tests/test_integration_connection_values_tcp.py.in
@@ -42,7 +42,7 @@ from gnunet_testing import *
42 42
43testname = "test_integration_connection_value" 43testname = "test_integration_connection_value"
44verbose = True 44verbose = True
45check_timeout = 30 45check_timeout = 180
46 46
47 47
48def cleanup (): 48def cleanup ():
diff --git a/src/integration-tests/test_integration_connection_values_tcp_udp.py.in b/src/integration-tests/test_integration_connection_values_tcp_udp.py.in
index 4f492547e..70877cca1 100755
--- a/src/integration-tests/test_integration_connection_values_tcp_udp.py.in
+++ b/src/integration-tests/test_integration_connection_values_tcp_udp.py.in
@@ -42,7 +42,7 @@ from gnunet_testing import *
42 42
43testname = "test_integration_connection_value" 43testname = "test_integration_connection_value"
44verbose = True 44verbose = True
45check_timeout = 30 45check_timeout = 180
46 46
47 47
48def cleanup (): 48def cleanup ():
diff --git a/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in b/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
index f51821685..cd4cc9d2e 100755
--- a/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
+++ b/src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
@@ -42,7 +42,7 @@ from gnunet_testing import *
42 42
43testname = "test_integration_connection_value" 43testname = "test_integration_connection_value"
44verbose = True 44verbose = True
45check_timeout = 30 45check_timeout = 180
46 46
47 47
48def cleanup (): 48def cleanup ():
diff --git a/src/integration-tests/test_integration_disconnect.py.in b/src/integration-tests/test_integration_disconnect.py.in
index 5e137cfff..bd6bc121f 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -44,7 +44,7 @@ from gnunet_testing import *
44 44
45testname = "test_integration_disconnect" 45testname = "test_integration_disconnect"
46verbose = True 46verbose = True
47check_timeout = 30 47check_timeout = 180
48 48
49 49
50def cleanup (): 50def cleanup ():
diff --git a/src/integration-tests/test_integration_restart.py.in b/src/integration-tests/test_integration_restart.py.in
index e2a72e729..aadfec5b9 100755
--- a/src/integration-tests/test_integration_restart.py.in
+++ b/src/integration-tests/test_integration_restart.py.in
@@ -45,7 +45,7 @@ from gnunet_testing import *
45 45
46testname = "test_integration_restart" 46testname = "test_integration_restart"
47verbose = False 47verbose = False
48check_timeout = 30 48check_timeout = 180
49 49
50 50
51def cleanup (): 51def cleanup ():