rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r892870382


##########
hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java:
##########
@@ -145,6 +148,11 @@ public void init() {
     await().atMost(300, SECONDS).until(this::servicesUp);
     LOG.info(String.format("Waiting for all the containers and services 
finishes in %d ms",
         System.currentTimeMillis() - currTs));
+    try {
+      Thread.sleep(30000);

Review Comment:
   We want to find a better way of checking to see if hive is up, otherwise for 
now we sleep for 30 sec to make sure things are created. 



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