Actions
Bug #97490
closedRaise phpstan processTimeout
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-04-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Recently from time to time phpstan ci runs are failing with following error message:
-- ------------------------------------------------------------------------- Error -- ------------------------------------------------------------------------- Reached internal errors count limit of 50, exiting... Internal error: Child process timed out after 600.0 seconds. Try making it longer with parallel.processTimeout setting. -- -------------------------------------------------------------------------
As a intermediate solution this timeout should be increased. Deeper investigation
and maybe finding a solution to avoid such long subprocess run times is the more
reasonable way - but to avoid a lot of test failes, better trade a longer runtime
in ci than a linger time to find a proper fix for it as a first solution.
Actions