Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 13, 2024
1 parent dc3197d commit 363a8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Command/WorkerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 363a8c5

Please sign in to comment.