From 363a8c5c09ea515d1581ac89c5742fb3c9453e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Sat, 13 Jan 2024 21:39:38 +0100 Subject: [PATCH] test --- tests/Unit/Command/WorkerCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Command/WorkerCommandTest.php b/tests/Unit/Command/WorkerCommandTest.php index 5142ab8..856b9e4 100644 --- a/tests/Unit/Command/WorkerCommandTest.php +++ b/tests/Unit/Command/WorkerCommandTest.php @@ -83,7 +83,7 @@ public function testMultipleRuns(): void $clock = new FrozenClock(1_020, new DateTimeZone('Europe/Prague')); $command = new WorkerCommand($clock); - $command->enableTestMode(2, static fn () => $clock->sleep(60)); + $command->enableTestMode(2, static fn () => $clock->sleep(59, 900)); $tester = new CommandTester($command); putenv('COLUMNS=80');