diff --git a/src/Console/Command/InstallCommand.php b/src/Console/Command/InstallCommand.php index 94606d5..8dc0a83 100644 --- a/src/Console/Command/InstallCommand.php +++ b/src/Console/Command/InstallCommand.php @@ -20,6 +20,7 @@ final class InstallCommand extends AbstractCommand workingDir: $this->workingDir, ); + $process->setTimeout(null); $process->run(); return Command::SUCCESS;