diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-11-10 20:29:45 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-11-10 20:29:45 +0000 |
commit | 95a1c7ec7d5d290cf4a23d2166afc226399c6a28 (patch) | |
tree | 7e99f961c0a1f75dfbb6ff11c955424899d32d7d /src/statistics/test_statistics_api.c | |
parent | 6c0d180fe982883ad25a07281efb6da9a715c86b (diff) |
no need to sleep anymore
Diffstat (limited to 'src/statistics/test_statistics_api.c')
-rw-r--r-- | src/statistics/test_statistics_api.c | 2 |
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)) |