Skip to content

Commit bc2efd8

Browse files
Disable the default 60 sec timeout
1 parent f34fd0a commit bc2efd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Processor/Symfony.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function run(string $cmd, array $acceptableExitCodes = [0]) : Result
3737
? Process::fromShellCommandline($cmd)
3838
: new Process($cmd);
3939

40+
$process->setTimeout(null);
4041
$process->run();
4142
return new Result(
4243
$cmd,

0 commit comments

Comments
 (0)