We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e59c96 commit f8e279fCopy full SHA for f8e279f
1 file changed
src/Concerns/RunsCommands.php
@@ -51,7 +51,7 @@ protected function runCommands(array $commands, ?string $workingPath = null, boo
51
}, $commands);
52
}
53
54
- $process = Process::fromShellCommandline(implode(' && ', $commands), $workingPath);
+ $process = Process::fromShellCommandline(implode(' && ', $commands), $workingPath, timeout: null);
55
56
if ('\\' !== DIRECTORY_SEPARATOR && file_exists('/dev/tty') && is_readable('/dev/tty')) {
57
try {
0 commit comments