Skip to content

Commit a8aec3b

Browse files
committed
fix: queue job test
1 parent df84458 commit a8aec3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/QueueTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function testQueueJobLifeCycle(): void
3939
'job' => 'test',
4040
'maxTries' => null,
4141
'maxExceptions' => null,
42+
'failOnTimeout' => false,
4243
'backoff' => null,
4344
'timeout' => null,
4445
'data' => ['action' => 'QueueJobLifeCycle'],

0 commit comments

Comments
 (0)