Closed Luc45 closed 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.
ProcessManager
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.
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.