gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9455 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r9455 - gnunet/src/statistics
Date: Tue, 10 Nov 2009 13:29:45 -0700

Author: grothoff
Date: 2009-11-10 13:29:45 -0700 (Tue, 10 Nov 2009)
New Revision: 9455

Modified:
   gnunet/src/statistics/test_statistics_api.c
Log:
no need to sleep anymore

Modified: gnunet/src/statistics/test_statistics_api.c
===================================================================
--- gnunet/src/statistics/test_statistics_api.c 2009-11-10 20:26:24 UTC (rev 
9454)
+++ gnunet/src/statistics/test_statistics_api.c 2009-11-10 20:29:45 UTC (rev 
9455)
@@ -135,7 +135,6 @@
                                  "-L", "DEBUG",
 #endif
                                  "-c", "test_statistics_api_data.conf", NULL);
-  sleep (1);
   GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp",
                       options, &run, &ok);
   if (0 != PLIBC_KILL (pid, SIGTERM))
@@ -154,7 +153,6 @@
                                  "-L", "DEBUG",
 #endif
                                  "-c", "test_statistics_api_data.conf", NULL);
-  sleep (1);
   GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp",
                       options, &run_more, &ok);
   if (0 != PLIBC_KILL (pid, SIGTERM))





reply via email to

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