gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11499 - gnunet/src/topology


From: gnunet
Subject: [GNUnet-SVN] r11499 - gnunet/src/topology
Date: Tue, 25 May 2010 17:48:41 +0200

Author: grothoff
Date: 2010-05-25 17:48:41 +0200 (Tue, 25 May 2010)
New Revision: 11499

Modified:
   gnunet/src/topology/test_gnunet_daemon_topology.c
Log:
reduce timeout

Modified: gnunet/src/topology/test_gnunet_daemon_topology.c
===================================================================
--- gnunet/src/topology/test_gnunet_daemon_topology.c   2010-05-25 15:48:08 UTC 
(rev 11498)
+++ gnunet/src/topology/test_gnunet_daemon_topology.c   2010-05-25 15:48:41 UTC 
(rev 11499)
@@ -84,11 +84,9 @@
     {
       /* 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);
     }
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]