gnodet opened a new pull request, #2964: URL: https://github.com/apache/cxf/pull/2964
## Summary - Increase server readiness check timeout from 1s (10×100ms) to 10s (50×200ms) to allow sufficient time for server startup in CI - Increase circuit breaker timeout sleep from 4s to 6s (double the 3s circuit breaker timeout) to provide adequate margin on slow CI The `testSequentialStrategyWithElapsingCircuitBreakerTimeout` test uses a 3s circuit breaker timeout but only waits 4s (33% margin), which is insufficient on slow CI systems. ## Test plan - [ ] CI passes without CircuitBreakerFailoverTest failures 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
