From: Bart Polot Date: Thu, 10 Nov 2011 01:39:43 +0000 (+0000) Subject: More sensible values for testcase timeouts X-Git-Tag: initial-import-from-subversion-38251~15974 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a2285954d27a47a4f5974154bf2bb271b95d56e;p=oweals%2Fgnunet.git More sensible values for testcase timeouts --- diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf index a0198e27b..ca1756746 100644 --- a/src/mesh/test_mesh_2dtorus.conf +++ b/src/mesh/test_mesh_2dtorus.conf @@ -69,8 +69,8 @@ CONNECT_TOPOLOGY = 2D_TORUS #PERCENTAGE = 3 #PROBABILITY = .1 F2F = NO -CONNECT_TIMEOUT = 3600 -CONNECT_ATTEMPTS = 30 +CONNECT_TIMEOUT = 300 +CONNECT_ATTEMPTS = 2 DEBUG = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat MAX_CONCURRENT_SSH = 10 diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index 80c71d8d1..cd2e16cdd 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -69,8 +69,8 @@ CONNECT_TOPOLOGY = 2D_TORUS #PERCENTAGE = 3 #PROBABILITY = .1 F2F = NO -CONNECT_TIMEOUT = 3600 -CONNECT_ATTEMPTS = 30 +CONNECT_TIMEOUT = 360 +CONNECT_ATTEMPTS = 2 DEBUG = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat MAX_CONCURRENT_SSH = 10