From: Nathan S. Evans Date: Thu, 4 Mar 2010 10:17:17 +0000 (+0000) Subject: remove verbosity X-Git-Tag: initial-import-from-subversion-38251~22567 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2514aef8148a7b290ae5454f8911d2eebe707d2;p=oweals%2Fgnunet.git remove verbosity --- diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf index 535b6db8c..1a0dd9d7d 100644 --- a/src/testing/test_testing_data_topology_clique.conf +++ b/src/testing/test_testing_data_topology_clique.conf @@ -34,7 +34,7 @@ PORT = 2570 DEBUG = YES [testing] -NUM_PEERS = 8 +NUM_PEERS = 4 WEAKRANDOM = YES TOPOLOGY = 0 F2F = YES diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c index 910dead55..c3d9cfda8 100644 --- a/src/testing/test_testing_topology.c +++ b/src/testing/test_testing_topology.c @@ -25,7 +25,7 @@ #include "gnunet_testing_lib.h" #include "gnunet_core_service.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360)