You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/10 18:52:19 UTC

[GitHub] [camel] orpiske commented on a change in pull request #6703: (chores) camel-ahc-ws: remove a few Thread.sleep calls

orpiske commented on a change in pull request #6703:
URL: https://github.com/apache/camel/pull/6703#discussion_r781463797



##########
File path: components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
##########
@@ -105,8 +106,10 @@ public void testTwoRoutesRestartConsumer() throws Exception {
         resetMocks();
 
         LOG.info("Restarting bar route");
-        context.getRouteController().stopRoute("bar");
-        Thread.sleep(500);
+        //        context.getRouteController().stopRoute("bar");

Review comment:
       Ahh, thanks. I had missed this one. 




-- 
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-unsubscribe@camel.apache.org

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