mirror of
https://github.com/opdavies/versa.git
synced 2025-01-22 11:37:33 +00:00
Disable timeout for install command
This commit is contained in:
parent
ee709b2966
commit
01854538d4
|
@ -20,6 +20,7 @@ final class InstallCommand extends AbstractCommand
|
|||
workingDir: $this->workingDir,
|
||||
);
|
||||
|
||||
$process->setTimeout(null);
|
||||
$process->run();
|
||||
|
||||
return Command::SUCCESS;
|
||||
|
|
Loading…
Reference in a new issue