aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 6ea65c68d..2f0eb0de9 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -385,6 +385,7 @@ check ()
385 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 385 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
386 argv, "perf-datastore-api", "nohelp", 386 argv, "perf-datastore-api", "nohelp",
387 options, &run, NULL); 387 options, &run, NULL);
388 sleep (1); /* give datastore chance to process 'DROP' */
388 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 389 if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
389 { 390 {
390 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 391 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");