From 8fef4a9346e52f8ba579583397700b6de465d87e Mon Sep 17 00:00:00 2001 From: grothoff Date: Tue, 25 May 2010 15:48:41 +0000 Subject: reduce timeout git-svn-id: https://gnunet.org/svn/gnunet@11499 140774ce-b5e7-0310-ab8b-a85725594a96 --- src/topology/test_gnunet_daemon_topology.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/topology') diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c index f16f382ae9..1a6d49bee7 100644 --- a/src/topology/test_gnunet_daemon_topology.c +++ b/src/topology/test_gnunet_daemon_topology.c @@ -84,11 +84,9 @@ notify_connect_complete(void *cls, { /* FIXME: check that topology adds a few more links in addition to those that were seeded */ - /* For now, sleep so we can have the daemon do some work */ - GNUNET_SCHEDULER_add_delayed (sched, - GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5), - &clean_up_task, - NULL); + GNUNET_SCHEDULER_add_now (sched, + &clean_up_task, + NULL); } } -- cgit v1.2.3-18-g5258