apupier commented on code in PR #24651:
URL: https://github.com/apache/camel/pull/24651#discussion_r3585697294


##########
core/camel-core/src/test/java/org/apache/camel/impl/engine/CamelPostProcessorHelperTest.java:
##########
@@ -138,10 +138,10 @@ public void testConsumeSynchronization() throws Exception 
{
 
         template.sendBody("seda:foo", "Hello World");
 
-        assertMockEndpointsSatisfied();
+        MockEndpoint.assertIsSatisfied(context, 30, TimeUnit.SECONDS);
 
         // give UoW a bit of time
-        await("onDone invokation").atMost(1, 
TimeUnit.SECONDS).until(mySynchronization::isOnDone);

Review Comment:
   the flakiness is always reported to the onDone invokation so shoudl not need 
tof the other rmodification



-- 
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