When I run the tests without debugging I get following error in Output/Tests:
[Error] Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: 127.0.0.1:9003 (through xdebug.client_host/xdebug.client_port).
When I debug the tests the above error doesn't get logged and it works as expected. The problem is, when running over 100 Tests I have to wait more than 10s longer after the tests are finished until all these error are logged.
When I run the tests without debugging I get following error in Output/Tests:
[Error] Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: 127.0.0.1:9003 (through xdebug.client_host/xdebug.client_port).
When I debug the tests the above error doesn't get logged and it works as expected. The problem is, when running over 100 Tests I have to wait more than 10s longer after the tests are finished until all these error are logged.
I could reproduce the problem with this simple test repo: https://github.com/1stthomas/phptool-sample-project
Versions: