From 3513fd310fa5642b99bff02f3535f9540c2e61a0 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 21 Jan 2011 16:24:07 +0000 Subject: bump up even more --- src/testing/testing_group.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 5e5178ba6..da34a8e6e 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -51,17 +51,17 @@ */ #define HIGH_PORT 56000 -#define MAX_OUTSTANDING_CONNECTIONS 100 +#define MAX_OUTSTANDING_CONNECTIONS 200 -#define MAX_CONCURRENT_HOSTKEYS 100 +#define MAX_CONCURRENT_HOSTKEYS 200 -#define MAX_CONCURRENT_STARTING 100 +#define MAX_CONCURRENT_STARTING 200 #define MAX_CONCURRENT_SHUTDOWN 100 -#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45) +#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) -#define CONNECT_ATTEMPTS 21 +#define CONNECT_ATTEMPTS 30 /** * Prototype of a function called whenever two peers would be connected @@ -2207,7 +2207,6 @@ create_from_file (struct GNUNET_TESTING_PeerGroup *pg, GNUNET_free_non_null(data); return connect_attempts; } - GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Read next peer index %u\n", first_peer_index); while((buf[count] != ':') && (count < frstat.st_size - 1)) count++; count++; @@ -2225,7 +2224,6 @@ create_from_file (struct GNUNET_TESTING_PeerGroup *pg, GNUNET_free_non_null(data); return connect_attempts; } - GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Read second peer index %u\n", second_peer_index); /* Assume file is written with first peer 1, but array index is 0 */ connect_attempts += proc (pg, first_peer_index - 1, second_peer_index - 1); while((buf[count] != '\n') && (buf[count] != ',') && (count < frstat.st_size - 1)) -- cgit v1.2.3