Disable timeout for install command
This commit is contained in:
parent
ee709b2966
commit
01854538d4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ final class InstallCommand extends AbstractCommand
|
||||||
workingDir: $this->workingDir,
|
workingDir: $this->workingDir,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$process->setTimeout(null);
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
||||||
return Command::SUCCESS;
|
return Command::SUCCESS;
|
||||||
|
|
Reference in a new issue