aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
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
parent6c0d180fe982883ad25a07281efb6da9a715c86b (diff)
downloadgnunet-95a1c7ec7d5d290cf4a23d2166afc226399c6a28.tar.gz
gnunet-95a1c7ec7d5d290cf4a23d2166afc226399c6a28.zip
no need to sleep anymore
Diffstat (limited to 'src/statistics')
-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 f231bec6f..e8c673eae 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -135,7 +135,6 @@ check ()
135 "-L", "DEBUG", 135 "-L", "DEBUG",
136#endif 136#endif
137 "-c", "test_statistics_api_data.conf", NULL); 137 "-c", "test_statistics_api_data.conf", NULL);
138 sleep (1);
139 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", 138 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp",
140 options, &run, &ok); 139 options, &run, &ok);
141 if (0 != PLIBC_KILL (pid, SIGTERM)) 140 if (0 != PLIBC_KILL (pid, SIGTERM))
@@ -154,7 +153,6 @@ check ()
154 "-L", "DEBUG", 153 "-L", "DEBUG",
155#endif 154#endif
156 "-c", "test_statistics_api_data.conf", NULL); 155 "-c", "test_statistics_api_data.conf", NULL);
157 sleep (1);
158 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", 156 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp",
159 options, &run_more, &ok); 157 options, &run_more, &ok);
160 if (0 != PLIBC_KILL (pid, SIGTERM)) 158 if (0 != PLIBC_KILL (pid, SIGTERM))