From: Christian Grothoff Date: Tue, 10 Nov 2009 20:29:45 +0000 (+0000) Subject: no need to sleep anymore X-Git-Tag: initial-import-from-subversion-38251~23115 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95a1c7ec7d5d290cf4a23d2166afc226399c6a28;p=oweals%2Fgnunet.git no need to sleep anymore --- diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c index f231bec6f..e8c673eae 100644 --- a/src/statistics/test_statistics_api.c +++ b/src/statistics/test_statistics_api.c @@ -135,7 +135,6 @@ check () "-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 @@ check () "-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))