sleeep
authorChristian Grothoff <christian@grothoff.org>
Wed, 4 May 2011 12:47:22 +0000 (12:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 4 May 2011 12:47:22 +0000 (12:47 +0000)
src/datastore/perf_datastore_api.c
src/datastore/perf_plugin_datastore.c
src/datastore/test_datastore_api.c
src/datastore/test_datastore_api_management.c
src/datastore/test_plugin_datastore.c

index 2f0eb0de9b0cb6d77028d736375cbf1baba47b0b..92a56846d7d2911f88075a28881a23bfcf46c06b 100644 (file)
@@ -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, "_")))
index 6befa120c0bf319c1f5191dcad9a92f48a882fb5..c5ef9841d89abd8debbf0057125b20db07703e57 100644 (file)
@@ -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, "_")))
index deeee716461fddacd80e26e93883c77871db2479..f25ee08c24dc3d0c1d4b57ac25ebf98d86f60952 100644 (file)
@@ -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, "_")))
index 41aa7ae3ea6aaddf785eef12c6aae95940efaca0..e80ecd6078077efbd3ab4fd9a7accba38de19def 100644 (file)
@@ -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, "_")))
index f0961f51e24259439aa07b7fd5c355f0b4cc6379..e314e3ebe9523e5e0a7a54697027797e6855dd9e 100644 (file)
@@ -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, "_")))