zzzk1 commented on code in PR #6460:
URL: https://github.com/apache/gravitino/pull/6460#discussion_r1968748347


##########
web/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/utils/BaseWebIT.java:
##########
@@ -82,12 +82,12 @@ protected void clickAndWait(final Object locator) throws 
InterruptedException {
       
wait.until(ExpectedConditions.elementToBeClickable(locatorElement(locator)));
 
       locatorElement(locator).click();
-      Thread.sleep(ACTION_SLEEP_MILLIS);
+      Thread.sleep(ACTION_SLEEP * 1000);

Review Comment:
   @yuqi1129 I have tried, but there is no way to do that.



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

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

Reply via email to