From: Nathan S. Evans Date: Mon, 31 Jan 2011 14:27:30 +0000 (+0000) Subject: it seems once a connection fails a few times, it will never work X-Git-Tag: initial-import-from-subversion-38251~19225 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dfd35bbc5efd865424c0ad63f538a85d729d4c29;p=oweals%2Fgnunet.git it seems once a connection fails a few times, it will never work --- diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 00b3dccd0..af17d27c7 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -61,9 +61,9 @@ #define MAX_CONCURRENT_SHUTDOWN 200 -#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) +#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) -#define CONNECT_ATTEMPTS 30 +#define CONNECT_ATTEMPTS 12 /** * Which list of peers do we need to modify?