rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r902158442
##########
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/testutils/HiveTestService.java:
##########
@@ -215,8 +215,9 @@ private boolean waitForServerUp(HiveConf serverConf, String
hostname, int timeou
while (true) {
try {
new HiveMetaStoreClient(serverConf);
+ Thread.sleep(30000);
Review Comment:
Ran into issues here with some hive tests being flaky and increased sleep
here. Similar as my above comment in `ITTestBase`
--
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]