Hi, I have a problem when I use phpcs parallel directive. I run a phpcs command and I see
<arg name="parallel" value="100"/><!-- Enables parallel processing when available for faster results. -->

After 5 minutes I got error about 300 sec timeout

I can try to run on another docker project and it's work there.