From: Bart Polot Date: Mon, 7 Nov 2011 13:29:41 +0000 (+0000) Subject: More time to connect peergroup X-Git-Tag: initial-import-from-subversion-38251~16013 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b207673edd5f3233232ed06c37fab3bfb258381;p=oweals%2Fgnunet.git More time to connect peergroup --- diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf index 05eb38faf..a0198e27b 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 = 60 -CONNECT_ATTEMPTS = 3 +CONNECT_TIMEOUT = 3600 +CONNECT_ATTEMPTS = 30 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 eccd8611d..80c71d8d1 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 = 60 -CONNECT_ATTEMPTS = 3 +CONNECT_TIMEOUT = 3600 +CONNECT_ATTEMPTS = 30 DEBUG = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat MAX_CONCURRENT_SSH = 10 diff --git a/src/testing/test_testing_2dtorus.conf b/src/testing/test_testing_2dtorus.conf index 220463348..492a0bc36 100644 --- a/src/testing/test_testing_2dtorus.conf +++ b/src/testing/test_testing_2dtorus.conf @@ -61,8 +61,8 @@ CONNECT_TOPOLOGY = 2D_TORUS #PERCENTAGE = 3 #PROBABILITY = .1 F2F = NO -CONNECT_TIMEOUT = 60 -CONNECT_ATTEMPTS = 3 +CONNECT_TIMEOUT = 3600 +CONNECT_ATTEMPTS = 30 DEBUG = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat MAX_CONCURRENT_SSH = 10