yuqi1129 commented on code in PR #6460: URL: https://github.com/apache/gravitino/pull/6460#discussion_r1969130548
########## 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: @zzzk1, Please revert the changes here. I will take a final review. -- 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