Save nearly working queues.
[wsti_so.git] / src / bootstrap.c
index bca693c25076765134806010d76b6f5331d4dbee..070dac8f88ad96961ddcd2187c9b0e937543f9c5 100644 (file)
@@ -64,6 +64,7 @@ int main(void) {
                        fprintf(stderr, "[%s] Something went wrong when forking %s. Error: %s\n",
                                "bootstrap", processes[i], strerror(errno));
                }
+               sleep(1);
        }
 
        /* All processes should be now spawned. Close bootstrap program. */