tveskrna opened a new pull request, #8781: URL: https://github.com/apache/camel-quarkus/pull/8781
Fixes #8590. Fix intermittent MicroProfileHealthSupervisedRouteTest failure on Windows The test was failing intermittently on Windows due to slow application startup causing a timing issue. The test expects to catch the health status in a "DOWN" state while routes are restarting, but on Windows the application can take 10+ seconds to start. By the time the test begins checking, the route has already exhausted all retry attempts (2.5 seconds with 10 × 250ms delay) and transitioned to "UP". Changes: - Increased backoff-delay from 250ms to 1000ms (total retry period now 10 seconds instead of 2.5 seconds) - Increased await timeouts from 5 seconds to 15 seconds to provide more time to catch both DOWN and UP states on slower systems -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
