mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
chore: increase composer job timeout
This commit is contained in:
@@ -20,6 +20,11 @@ use Throwable;
|
||||
|
||||
class ComposerCommandJob extends AbstractJob implements ShouldBeUnique
|
||||
{
|
||||
/**
|
||||
* The number of seconds the job can run before timing out.
|
||||
*/
|
||||
public int $timeout = 60 * 3;
|
||||
|
||||
public function __construct(
|
||||
protected AbstractActionCommand $command,
|
||||
protected string $phpVersion
|
||||
|
Reference in New Issue
Block a user