kulagaIA commented on code in PR #1199: URL: https://github.com/apache/camel-spring-boot/pull/1199#discussion_r1724745848
########## components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/PlatformHttpBase.java: ########## @@ -33,7 +32,8 @@ public void testGet() { } @Test - public void testPost() { + public void testPost() throws InterruptedException { + Thread.sleep(500); //wait until http server is up Review Comment: thanks for your review! Added Awaitility instead of sleep() -- 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