mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +02:00
chore: increase composer job timeout
This commit is contained in:
@@ -20,6 +20,11 @@ use Throwable;
|
|||||||
|
|
||||||
class ComposerCommandJob extends AbstractJob implements ShouldBeUnique
|
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(
|
public function __construct(
|
||||||
protected AbstractActionCommand $command,
|
protected AbstractActionCommand $command,
|
||||||
protected string $phpVersion
|
protected string $phpVersion
|
||||||
|
Reference in New Issue
Block a user