From 9ecf907fde9ca64d7ce6d8f644fe2cdc23422749 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 24 May 2021 21:19:16 +0200 Subject: [PATCH] Added sleeping --- src/Command/DaemonCommand.php | 1 + 1 file changed, 1 insertion(+) 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;