Skip to content

Commit 77a5158

Browse files
committed
Merge branch 'master' into user-options
2 parents eb935a0 + f8e279f commit 77a5158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/RunsCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function runCommands(array $commands, ?string $workingPath = null, boo
5151
}, $commands);
5252
}
5353

54-
$process = Process::fromShellCommandline(implode(' && ', $commands), $workingPath);
54+
$process = Process::fromShellCommandline(implode(' && ', $commands), $workingPath, timeout: null);
5555

5656
if ('\\' !== DIRECTORY_SEPARATOR && file_exists('/dev/tty') && is_readable('/dev/tty')) {
5757
try {

0 commit comments

Comments
 (0)