aboutsummaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_daemon_topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-25 15:48:41 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-25 15:48:41 +0000
commit76b232fa9bfdc95dc1390861796ca079da71cf1e (patch)
tree0b19d59852cc4f4460bb149f181d9fadad350063 /src/topology/test_gnunet_daemon_topology.c
parent1dcb319f2a756ffe87d448728b11bc46ae153402 (diff)
downloadgnunet-76b232fa9bfdc95dc1390861796ca079da71cf1e.tar.gz
gnunet-76b232fa9bfdc95dc1390861796ca079da71cf1e.zip
reduce timeout
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology.c')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c8
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 f16f382ae..1a6d49bee 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,
84 { 84 {
85 /* FIXME: check that topology adds a few more links 85 /* FIXME: check that topology adds a few more links
86 in addition to those that were seeded */ 86 in addition to those that were seeded */
87 /* For now, sleep so we can have the daemon do some work */ 87 GNUNET_SCHEDULER_add_now (sched,
88 GNUNET_SCHEDULER_add_delayed (sched, 88 &clean_up_task,
89 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5), 89 NULL);
90 &clean_up_task,
91 NULL);
92 } 90 }
93} 91}
94 92