Hello,
Since the last versions of Phpstan when I try to analyze the codebase it leads to failure. I debugged it and it seems a problem with parallel. I tried to increase the process timeout but doesn't seem to work.
Running phpstan with:
- maximumNumberOfProcesses: 2

- --debug

- maximumNumberOfProcesses: 1

How I can debug this issue further?