aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 20:29:45 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 20:29:45 +0000
commit95a1c7ec7d5d290cf4a23d2166afc226399c6a28 (patch)
tree7e99f961c0a1f75dfbb6ff11c955424899d32d7d /src/statistics/test_statistics_api.c
parent6c0d180fe982883ad25a07281efb6da9a715c86b (diff)
no need to sleep anymore
Diffstat (limited to 'src/statistics/test_statistics_api.c')
-rw-r--r--src/statistics/test_statistics_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index f231bec6fc..e8c673eae3 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))