From a36b0cceaf7fceff3181520b010a0ad4e6c37ab9 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 10 May 2010 15:58:22 +0000 Subject: [PATCH] some testing stuff, but i think there is a problem in gnunet-service-transport --- src/testing/test_testing_data_topology_clique.conf | 1 + src/testing/test_testing_topology.c | 2 +- src/testing/testing.c | 2 +- src/testing/testing_group.c | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf index 689a45d74..183de29eb 100644 --- a/src/testing/test_testing_data_topology_clique.conf +++ b/src/testing/test_testing_data_topology_clique.conf @@ -44,3 +44,4 @@ NUM_PEERS = 4 WEAKRANDOM = YES TOPOLOGY = 0 F2F = YES +#DEBUG = YES diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c index d00b52a0c..c3f89bbe9 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, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) #define DEFAULT_NUM_PEERS 4 diff --git a/src/testing/testing.c b/src/testing/testing.c index a73e48024..b05c02278 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -37,7 +37,7 @@ #include "gnunet_transport_service.h" #include "gnunet_hello_lib.h" -#define DEBUG_TESTING GNUNET_YES +#define DEBUG_TESTING GNUNET_NO #define DEBUG_TESTING_RECONNECT GNUNET_YES /** diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 6f2a90a09..269df5c21 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -27,7 +27,7 @@ #include "gnunet_arm_service.h" #include "gnunet_testing_lib.h" -#define VERBOSE_TESTING GNUNET_YES +#define VERBOSE_TESTING GNUNET_NO /** * Lowest port used for GNUnet testing. Should be high enough to not -- 2.25.1