aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-05-10 15:58:22 +0000
committerNathan S. Evans <evans@in.tum.de>2010-05-10 15:58:22 +0000
commita36b0cceaf7fceff3181520b010a0ad4e6c37ab9 (patch)
tree20c5b82d901d507024e3d74b6389b94c72b595df /src
parentc3620d754d5dc403a770779738a8197d57e0b3fc (diff)
downloadgnunet-a36b0cceaf7fceff3181520b010a0ad4e6c37ab9.tar.gz
gnunet-a36b0cceaf7fceff3181520b010a0ad4e6c37ab9.zip
some testing stuff, but i think there is a problem in gnunet-service-transport
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_testing_data_topology_clique.conf1
-rw-r--r--src/testing/test_testing_topology.c2
-rw-r--r--src/testing/testing.c2
-rw-r--r--src/testing/testing_group.c2
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
44WEAKRANDOM = YES 44WEAKRANDOM = YES
45TOPOLOGY = 0 45TOPOLOGY = 0
46F2F = YES 46F2F = YES
47#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 @@
35/** 35/**
36 * How long until we give up on starting the peers? 36 * How long until we give up on starting the peers?
37 */ 37 */
38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
39 39
40#define DEFAULT_NUM_PEERS 4 40#define DEFAULT_NUM_PEERS 4
41 41
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 @@
37#include "gnunet_transport_service.h" 37#include "gnunet_transport_service.h"
38#include "gnunet_hello_lib.h" 38#include "gnunet_hello_lib.h"
39 39
40#define DEBUG_TESTING GNUNET_YES 40#define DEBUG_TESTING GNUNET_NO
41#define DEBUG_TESTING_RECONNECT GNUNET_YES 41#define DEBUG_TESTING_RECONNECT GNUNET_YES
42 42
43/** 43/**
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 @@
27#include "gnunet_arm_service.h" 27#include "gnunet_arm_service.h"
28#include "gnunet_testing_lib.h" 28#include "gnunet_testing_lib.h"
29 29
30#define VERBOSE_TESTING GNUNET_YES 30#define VERBOSE_TESTING GNUNET_NO
31 31
32/** 32/**
33 * Lowest port used for GNUnet testing. Should be high enough to not 33 * Lowest port used for GNUnet testing. Should be high enough to not