From 95a1c7ec7d5d290cf4a23d2166afc226399c6a28 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Nov 2009 20:29:45 +0000 Subject: [PATCH] no need to sleep anymore --- src/statistics/test_statistics_api.c | 2 -- 1 file changed, 2 deletions(-) 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)) -- 2.25.1