We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c9731 commit e54465fCopy full SHA for e54465f
tests/TaskHandlerTest.php
@@ -156,7 +156,7 @@ public function it_prevents_overlapping_if_the_command_is_scheduled_without_over
156
$command = ConsoleApplication::formatCommandString('test:command');
157
$mutex = 'framework'.DIRECTORY_SEPARATOR.'schedule-'.sha1($expression.$command);
158
159
- cache()->add($mutex, true);
+ cache()->add($mutex, true, 60);
160
161
$this->taskHandler->handle();
162
0 commit comments