From 7431f5275bd0d02b7a3ece4aa014e2db34329e61 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 11 May 2010 19:56:16 +0000 Subject: ridiculous timeouts, sparcbot can take up to five minutes to create 12 connections (not sure where all that cpu is going) --- src/testing/test_testing.c | 2 +- src/testing/test_testing_connect.c | 2 +- src/testing/test_testing_group_remote.c | 2 +- src/testing/test_testing_topology.c | 2 +- src/testing/testing_group.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/testing') diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c index ef935da0d..f2ac3f0de 100644 --- a/src/testing/test_testing.c +++ b/src/testing/test_testing.c @@ -26,7 +26,7 @@ #define VERBOSE GNUNET_NO -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) static int ok; diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c index 6c3ff1ae9..3ddb9dbac 100644 --- a/src/testing/test_testing_connect.c +++ b/src/testing/test_testing_connect.c @@ -30,7 +30,7 @@ /** * How long until we give up on connecting the peers? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) #define CONNECT_ATTEMPTS 3 diff --git a/src/testing/test_testing_group_remote.c b/src/testing/test_testing_group_remote.c index 6970fb634..6bcdb475d 100644 --- a/src/testing/test_testing_group_remote.c +++ b/src/testing/test_testing_group_remote.c @@ -32,7 +32,7 @@ /** * How long until we give up on connecting the peers? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) #define DEFAULT_NUM_PEERS 8; diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c index 331992692..1e9a20e2c 100644 --- a/src/testing/test_testing_topology.c +++ b/src/testing/test_testing_topology.c @@ -35,7 +35,7 @@ /** * How long until we give up on starting the peers? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 500) #define DEFAULT_NUM_PEERS 4 diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 4b1e771e9..6537da8ac 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -46,7 +46,7 @@ #define MAX_OUTSTANDING_CONNECTIONS 50 -#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 160) +#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) #define CONNECT_ATTEMPTS 8 -- cgit v1.2.3