diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-05-25 15:48:41 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-05-25 15:48:41 +0000 |
commit | 8fef4a9346e52f8ba579583397700b6de465d87e (patch) | |
tree | 0b19d59852cc4f4460bb149f181d9fadad350063 /src/topology | |
parent | 34a423306fb1e5148ed343dce9a246de8403c90f (diff) |
reduce timeout
git-svn-id: https://gnunet.org/svn/gnunet@11499 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/topology')
-rw-r--r-- | src/topology/test_gnunet_daemon_topology.c | 8 |
1 files changed, 3 insertions, 5 deletions
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); } } |