1
0
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:
Sami Mazouz
2025-04-11 09:14:29 +01:00
parent 65d8c16580
commit fa88731fe1

View File

@@ -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