gnodet opened a new pull request, #2962: URL: https://github.com/apache/cxf/pull/2962
## Summary - Increases `atMost(Duration.ofSeconds(1L))` to `atMost(Duration.ofSeconds(5L))` across all 6 tracing test files (22 occurrences) - The 1-second timeout for Awaitility polls in `testThatNewSpanIsCreatedOnClientTimeout` and similar tests is too tight for CI environments, causing intermittent failures - Affects: OpenTelemetry, OpenTracing, and Brave tracing tests for both JAX-RS and JAX-WS ## Test plan - [ ] CI passes without flaky tracing test failures - [ ] Tracing tests still correctly detect timeout scenarios (5s is still well below the test's actual timeout thresholds) 🤖 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]
