gnodet opened a new pull request, #24650: URL: https://github.com/apache/camel/pull/24650
## Summary Fix flaky tests identified by [Develocity](https://develocity.apache.org) in camel-core: - **ThrottlingExceptionRoutePolicyOpenViaConfigTest**: Increase Awaitility timeouts from 5s to 10s - **DistributedTimeoutTest**: Increase Awaitility timeout from 5s to 10s - **MockEndpointTimeClauseTest**: Replace 8× bare `assertMockEndpointsSatisfied()` with `MockEndpoint.assertIsSatisfied(context, 30, TimeUnit.SECONDS)` (2 intentional bare calls left: assertThrows and timing-critical test) - **FileProducerNoForcedWritesTest**: Replace `assertMockEndpointsSatisfied()` with timed variant - **StopTimeoutRouteTest**: Replace `assertMockEndpointsSatisfied()` with timed variant - **ForegroundTaskTest**: Increase `@Timeout` from 10s to 20s (slow test predicates sleep 2s/iteration, tight under CI load) - **ForegroundTimeTaskTest**: Increase `@Timeout` from 10s to 20s ## Test plan - [x] All 28 test methods pass locally (0 failures) - [x] Code formatted with `mvn formatter:format impsort:sort` _Claude Code on behalf of gnodet_ 🤖 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]
