aboutsummaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_service_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/test_gnunet_service_topology.c')
-rw-r--r--src/topology/test_gnunet_service_topology.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/test_gnunet_service_topology.c b/src/topology/test_gnunet_service_topology.c
index 329b1fa5b..b2790c0c9 100644
--- a/src/topology/test_gnunet_service_topology.c
+++ b/src/topology/test_gnunet_service_topology.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_YES
28 28
29#define NUM_PEERS 10 29#define NUM_PEERS 10
30 30
@@ -66,6 +66,7 @@ notify_connect_complete(void *cls,
66 { 66 {
67 /* FIXME: check that topology adds a few more links 67 /* FIXME: check that topology adds a few more links
68 in addition to those that were seeded */ 68 in addition to those that were seeded */
69 sleep (100);
69 GNUNET_TESTING_daemons_stop (pg); 70 GNUNET_TESTING_daemons_stop (pg);
70 ok = 0; 71 ok = 0;
71 } 72 }