diqiu50 commented on code in PR #8777:
URL: https://github.com/apache/gravitino/pull/8777#discussion_r2570349689
##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/container/HiveContainer.java:
##########
@@ -154,8 +154,8 @@ protected boolean checkContainerStatus(int retryLimit) {
final String showDatabaseSQL = "show databases";
await()
- .atMost(30, TimeUnit.SECONDS)
- .pollInterval(30 / retryLimit, TimeUnit.SECONDS)
+ .atMost(120, TimeUnit.SECONDS)
+ .pollInterval(120 / retryLimit, TimeUnit.SECONDS)
Review Comment:
Starting both the regular Hive cluster and the Kerberos-enabled Hive cluster
at the same time takes a long time.
--
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]