From: Bart Polot Date: Sat, 12 Nov 2011 01:07:27 +0000 (+0000) Subject: Adapted timeout for slower buildbots X-Git-Tag: initial-import-from-subversion-38251~15946 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aab6dea2a1a680556aeb5c6a0ba0ae6b2a4d5beb;p=oweals%2Fgnunet.git Adapted timeout for slower buildbots --- diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf index ca1756746..35d69f02b 100644 --- a/src/mesh/test_mesh_2dtorus.conf +++ b/src/mesh/test_mesh_2dtorus.conf @@ -69,7 +69,7 @@ CONNECT_TOPOLOGY = 2D_TORUS #PERCENTAGE = 3 #PROBABILITY = .1 F2F = NO -CONNECT_TIMEOUT = 300 +CONNECT_TIMEOUT = 600 CONNECT_ATTEMPTS = 2 DEBUG = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index cd2e16cdd..4c4608449 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -69,7 +69,7 @@ CONNECT_TOPOLOGY = 2D_TORUS #PERCENTAGE = 3 #PROBABILITY = .1 F2F = NO -CONNECT_TIMEOUT = 360 +CONNECT_TIMEOUT = 660 CONNECT_ATTEMPTS = 2 DEBUG = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat