Skip to content

Commit

Permalink
Merge branch 'master' into user-options
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Oct 24, 2024
2 parents eb935a0 + f8e279f commit 77a5158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/RunsCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function runCommands(array $commands, ?string $workingPath = null, boo
}, $commands);
}

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

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

0 comments on commit 77a5158

Please sign in to comment.