Skip to content

Commit

Permalink
Restore timeout to keep compatible with formater CI runs, based on co…
Browse files Browse the repository at this point in the history
…mmunity feedback (#5468)
  • Loading branch information
TomasVotruba committed Jan 15, 2024
1 parent e17f452 commit 2ed1e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/RectorConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function enableCollectors(): void
* Defaults in sync with https://phpstan.org/config-reference#parallel-processing
* as we run PHPStan as well
*/
public function parallel(int $processTimeout = 60, int $maxNumberOfProcess = 32, int $jobSize = 20): void
public function parallel(int $processTimeout = 120, int $maxNumberOfProcess = 32, int $jobSize = 20): void
{
SimpleParameterProvider::setParameter(Option::PARALLEL, true);
SimpleParameterProvider::setParameter(Option::PARALLEL_JOB_TIMEOUT_IN_SECONDS, $processTimeout);
Expand Down

0 comments on commit 2ed1e94

Please sign in to comment.