woocommerce / qit-cli

A Testing Platform for WordPress Plugins and Themes
https://qit.woo.com
19 stars 2 forks source link

Wait 10 seconds between each self-test test #185

Closed Luc45 closed 3 months ago

Luc45 commented 3 months ago

This PR extracts the ProcessManager composer dependency (which was a single file) into it's own class so that we can modify it.

It adds a configurable wait between each process start. We use this to wait 10 seconds between each test during self-tests to make it more robust.

This makes the test wait a little bit between each self-test instead of starting them all at once.