Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
OF-3119: Fix flaky tests on macOS by reducing short-delay solver sleep duration
On macOS, coarser JVM timer granularity meant Thread.sleep(25) could overshoot the 50ms deadline, causing the resolver to fall through to getAlternativeImmediately() and return the lower-priority host instead of waiting for the preferred one.
Reduce the sleep duration used in short-delay test solvers from RESOLUTION_DELAY/2 (25ms) to RESOLUTION_DELAY/10 (5ms), leaving a 45ms margin within the 50ms resolution delay window.