gnodet opened a new pull request, #24651:
URL: https://github.com/apache/camel/pull/24651

   ## Summary
   
   Fix flaky tests identified by [Develocity](https://develocity.apache.org) 
across multiple modules:
   
   - **CamelPostProcessorHelperTest** (camel-core): Replace 10× 
`assertMockEndpointsSatisfied()` with `MockEndpoint.assertIsSatisfied(context, 
30, TimeUnit.SECONDS)`, increase 2× Awaitility from 1s to 5s
   - **FixedLengthAllowShortTest** (camel-flatpack): Increase 3× 
`assertIsSatisfied` timeout to 30s
   - **HazelcastReplicatedmapConsumerTest** (camel-hazelcast): Increase 
`assertIsSatisfied` from 5s to 30s, Awaitility from 5s to 10s
   - **MailAttachmentDuplicateNamesTest** (camel-mail): Increase 
`assertIsSatisfied` timeout to 30s
   - **FilterCreateCamelContextPerClassTest** (camel-test-junit5): Increase 2× 
`assertIsSatisfied` timeout to 30s
   
   ## Test plan
   
   - [x] All 35 test methods pass locally across 5 modules (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]

Reply via email to