[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11292 - gnunet/src/testing
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11292 - gnunet/src/testing |
Date: |
Mon, 10 May 2010 17:58:22 +0200 |
Author: nevans
Date: 2010-05-10 17:58:22 +0200 (Mon, 10 May 2010)
New Revision: 11292
Modified:
gnunet/src/testing/test_testing_data_topology_clique.conf
gnunet/src/testing/test_testing_topology.c
gnunet/src/testing/testing.c
gnunet/src/testing/testing_group.c
Log:
some testing stuff, but i think there is a problem in gnunet-service-transport
Modified: gnunet/src/testing/test_testing_data_topology_clique.conf
===================================================================
--- gnunet/src/testing/test_testing_data_topology_clique.conf 2010-05-10
15:39:39 UTC (rev 11291)
+++ gnunet/src/testing/test_testing_data_topology_clique.conf 2010-05-10
15:58:22 UTC (rev 11292)
@@ -44,3 +44,4 @@
WEAKRANDOM = YES
TOPOLOGY = 0
F2F = YES
+#DEBUG = YES
Modified: gnunet/src/testing/test_testing_topology.c
===================================================================
--- gnunet/src/testing/test_testing_topology.c 2010-05-10 15:39:39 UTC (rev
11291)
+++ gnunet/src/testing/test_testing_topology.c 2010-05-10 15:58:22 UTC (rev
11292)
@@ -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
Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c 2010-05-10 15:39:39 UTC (rev 11291)
+++ gnunet/src/testing/testing.c 2010-05-10 15:58:22 UTC (rev 11292)
@@ -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
/**
Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c 2010-05-10 15:39:39 UTC (rev 11291)
+++ gnunet/src/testing/testing_group.c 2010-05-10 15:58:22 UTC (rev 11292)
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11292 - gnunet/src/testing,
gnunet <=