reduce timeout
authorChristian Grothoff <christian@grothoff.org>
Tue, 25 May 2010 15:48:41 +0000 (15:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 25 May 2010 15:48:41 +0000 (15:48 +0000)
src/topology/test_gnunet_daemon_topology.c

index f16f382ae9c225bb978609467b1189958eedb100..1a6d49bee710f42281513ea4303c4f89644ec4e1 100644 (file)
@@ -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);
     }
 }