public function run(array $commandArgs)
{
$errors = (new ProgramRunner('php', '/usr/bin/php'))
- ->withTimeout(60)
- ->withIdleTimeout(5)
+ ->withTimeout(600)
+ ->withIdleTimeout(600)
->withEnvironment(EnvironmentLoader::load($this->appDir))
->runCapturingAllOutput([
$this->appDir . DIRECTORY_SEPARATOR . 'artisan',