diff --git a/src/Command/DaemonCommand.php b/src/Command/DaemonCommand.php index 4abf07a..c09921e 100644 --- a/src/Command/DaemonCommand.php +++ b/src/Command/DaemonCommand.php @@ -62,6 +62,7 @@ class DaemonCommand extends Command } } + sleep(1); } $output->writeln('Ended after ' . $timelimit . ' seconds'); return Command::SUCCESS;