aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-03-04 10:17:17 +0000
committerNathan S. Evans <evans@in.tum.de>2010-03-04 10:17:17 +0000
commite2514aef8148a7b290ae5454f8911d2eebe707d2 (patch)
tree7d78d537b54af061604a298723ccddc313d7f540 /src/testing
parent2ca2d00cf87bdc35900e6d0de1d79cfc38d13eb9 (diff)
downloadgnunet-e2514aef8148a7b290ae5454f8911d2eebe707d2.tar.gz
gnunet-e2514aef8148a7b290ae5454f8911d2eebe707d2.zip
remove verbosity
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_data_topology_clique.conf2
-rw-r--r--src/testing/test_testing_topology.c2
2 files changed, 2 insertions, 2 deletions
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
34DEBUG = YES 34DEBUG = YES
35 35
36[testing] 36[testing]
37NUM_PEERS = 8 37NUM_PEERS = 4
38WEAKRANDOM = YES 38WEAKRANDOM = YES
39TOPOLOGY = 0 39TOPOLOGY = 0
40F2F = YES 40F2F = 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 @@
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26#include "gnunet_core_service.h" 26#include "gnunet_core_service.h"
27 27
28#define VERBOSE GNUNET_YES 28#define VERBOSE GNUNET_NO
29 29
30 30
31#define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360) 31#define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360)