From: Christian Grothoff Date: Wed, 4 May 2011 12:47:22 +0000 (+0000) Subject: sleeep X-Git-Tag: initial-import-from-subversion-38251~18557 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b471118c2464ab346f79c76c37438a24d22b8f8f;p=oweals%2Fgnunet.git sleeep --- diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index 2f0eb0de9..92a56846d 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -405,6 +405,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + sleep (1); /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_"))) diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index 6befa120c..c5ef9841d 100644 --- a/src/datastore/perf_plugin_datastore.c +++ b/src/datastore/perf_plugin_datastore.c @@ -546,6 +546,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + sleep (1); /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_"))) diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index deeee7164..f25ee08c2 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -677,6 +677,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + sleep (1); /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_"))) diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c index 41aa7ae3e..e80ecd607 100644 --- a/src/datastore/test_datastore_api_management.c +++ b/src/datastore/test_datastore_api_management.c @@ -381,6 +381,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + sleep (1); /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_"))) diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c index f0961f51e..e314e3ebe 100644 --- a/src/datastore/test_plugin_datastore.c +++ b/src/datastore/test_plugin_datastore.c @@ -434,6 +434,7 @@ main (int argc, char *argv[]) char *pos; char dir_name[128]; + sleep (1); /* determine name of plugin to use */ plugin_name = argv[0]; while (NULL != (pos = strstr(plugin_name, "_")))