mirror of
https://github.com/opdavies/versa.git
synced 2025-03-15 18:08:25 +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,
|
workingDir: $this->workingDir,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$process->setTimeout(null);
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
||||||
return Command::SUCCESS;
|
return Command::SUCCESS;
|
||||||
|
|
Loading…
Reference in a new issue