orpiske commented on code in PR #12580:
URL: https://github.com/apache/camel/pull/12580#discussion_r1435596079
##########
components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsTopicDurableSharedTest.java:
##########
@@ -42,6 +43,7 @@ void testDurableSharedTopic() throws Exception {
mock2.expectedMessageCount(1);
mock2.expectedBodiesReceived("Hello World");
+ artemisConsumersWereCreated.await(1000, TimeUnit.MILLISECONDS);
Review Comment:
This latch is noop, as it is just timing out and it's not an adequate use of
a latch.
--
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]