orpiske commented on code in PR #11061:
URL: https://github.com/apache/camel/pull/11061#discussion_r1290036188


##########
components/camel-disruptor/src/test/java/org/apache/camel/component/disruptor/SedaDisruptorCompareTest.java:
##########
@@ -232,7 +233,7 @@ void speedTestDisruptor(
         System.out.println("Starting real test of: " + componentName);
 
         forceGC();
-        Thread.sleep(1000);
+        Awaitility.await().atMost(1, TimeUnit.SECONDS);

Review Comment:
   This is missing the actual check to performed. Probably you need to put 
`untilAsserted` or something like that.



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to