aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-08 17:17:33 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-08 17:17:33 +0000
commit9308175caf833485c55854deeffd0e28137baf9a (patch)
treeafdeb1a3b859e3a8027dfa361417041d167fb5db /src/topology
parenta7a976060536ea4f95b8036194e5e5a68567d0ce (diff)
downloadgnunet-9308175caf833485c55854deeffd0e28137baf9a.tar.gz
gnunet-9308175caf833485c55854deeffd0e28137baf9a.zip
misc. bugfixes and API improvements
Diffstat (limited to 'src/topology')
-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 2536f5454..130f40629 100644
--- a/src/topology/test_gnunet_service_topology.c
+++ b/src/topology/test_gnunet_service_topology.c
@@ -66,7 +66,8 @@ 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 /* For now, sleep so we can have the daemon do some work */
70 sleep (10);
70 GNUNET_TESTING_daemons_stop (pg); 71 GNUNET_TESTING_daemons_stop (pg);
71 ok = 0; 72 ok = 0;
72 } 73 }