- increase timeout for sparcbot
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 11 May 2012 12:07:27 +0000 (12:07 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 11 May 2012 12:07:27 +0000 (12:07 +0000)
src/integration-tests/test_integration_bootstrap_and_connect.py.in
src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in
src/integration-tests/test_integration_clique.py.in
src/integration-tests/test_integration_clique_nat.py.in
src/integration-tests/test_integration_connect_on_restart.py.in
src/integration-tests/test_integration_connection_values_tcp.py.in
src/integration-tests/test_integration_connection_values_tcp_udp.py.in
src/integration-tests/test_integration_connection_values_tcp_udp_http.py.in
src/integration-tests/test_integration_disconnect.py.in
src/integration-tests/test_integration_restart.py.in

index 32995d25497e67c1bb32efa741649673de551065..b1743774ed8778e58a9eacc8ff9bbcf578abac5f 100755 (executable)
@@ -50,7 +50,7 @@ from gnunet_testing import *
 
 testname = "test_integration_bootstrap_and_connect"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index b426182ce92d802618bb9465641645d46106e5b5..0346fd66c9b9c4b55784c5dc1ce0688fdd14fa61 100755 (executable)
@@ -50,7 +50,7 @@ from gnunet_testing import *
 
 testname = "test_integration_bootstrap_and_connect"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index f055e794ce0ea5f43db653108657e6e779d621ff..6b720cbb123e9754c43aca15a7204b0f1a007629 100755 (executable)
@@ -50,7 +50,7 @@ from gnunet_testing import *
 
 testname = "test_integration_bootstrap_and_connect"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index 49a2c592c551346f2dd8edbc615ca8d201982d8e..82a406d0b73fa654ff6ab785114d96b0ec72d901 100755 (executable)
@@ -42,7 +42,7 @@ from gnunet_testing import *
 
 testname = "test_integration_clique"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index e8f771950f7c1afa544417fa2fcd681d2a713713..82d85f5309054aeea17a4ac59edf871f8abebfd6 100755 (executable)
@@ -42,7 +42,7 @@ from gnunet_testing import *
 #definitions
 testname = "test_integration_clique_nat"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index ce460ae60acdd926cf7f283e52f1d81d8e2585a5..536ffd8868a8260f4d133d92edc758a16b6e5e16 100755 (executable)
@@ -44,7 +44,7 @@ from gnunet_testing import *
 
 testname = "test_integration_clique"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index bde1372757596cb199e4be7e98c77bb1c5acb293..7b71abcd1a46b2fd06ce44f5a509b11fe2b28aa8 100755 (executable)
@@ -42,7 +42,7 @@ from gnunet_testing import *
 
 testname = "test_integration_connection_value"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index 4f492547e013e3c0c5c8da5773bf7c393872ecfd..70877cca1a3aae364facdcea3ad21d3468c73147 100755 (executable)
@@ -42,7 +42,7 @@ from gnunet_testing import *
 
 testname = "test_integration_connection_value"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index f518216851960d60e3917a29318b60c9e13383e1..cd4cc9d2e24de5acfa89af901a465377fcb1085c 100755 (executable)
@@ -42,7 +42,7 @@ from gnunet_testing import *
 
 testname = "test_integration_connection_value"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index 5e137cfff294787fa0657930350bdc6b8001781a..bd6bc121f785d09048d8f75c1003ee94edc2ad10 100755 (executable)
@@ -44,7 +44,7 @@ from gnunet_testing import *
 
 testname = "test_integration_disconnect"
 verbose = True
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():
index e2a72e7291d033417f92d257210a4350134dfb0c..aadfec5b97ea8aca164def602e757a18a4299aa1 100755 (executable)
@@ -45,7 +45,7 @@ from gnunet_testing import *
 
 testname = "test_integration_restart"
 verbose = False
-check_timeout = 30
+check_timeout = 180
 
 
 def cleanup ():