Skip to content

Commit 9fef925

Browse files
committed
Fix parallel timeout
1 parent 42afdb1 commit 9fef925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
PHPUnitSetList::PHPUNIT_100,
6060
]);
6161

62-
$rectorConfig->parallel();
62+
$rectorConfig->parallel(120);
6363

6464
// paths to refactor; solid alternative to CLI arguments
6565
$rectorConfig->paths([__DIR__ . '/app', __DIR__ . '/system', __DIR__ . '/tests', __DIR__ . '/utils']);

0 commit comments

Comments
 (0)