siddharthteotia commented on code in PR #14859: URL: https://github.com/apache/pinot/pull/14859#discussion_r1924810145
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/QueryQuotaClusterIntegrationTest.java: ########## @@ -319,7 +319,7 @@ private void verifyQuotaUpdate(float quotaQps) { } catch (IOException e) { throw new RuntimeException(e); } - }, 5000, "Failed to reflect query quota on rate limiter in 5s."); + }, 10000, "Failed to reflect query quota on rate limiter in 5s."); Review Comment: Is this change expected? -- 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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org