Jackie-Jiang commented on code in PR #17003:
URL: https://github.com/apache/pinot/pull/17003#discussion_r2427039637
##########
pinot-query-runtime/src/test/java/org/apache/pinot/query/mailbox/MailboxServiceTest.java:
##########
@@ -80,7 +79,7 @@ public void setUpStats() {
_stats = new StatMap<>(MailboxSendOperator.StatKey.class);
}
- @Test
+ @Test(timeOut = 100000)
Review Comment:
Agree we should definitely use conditioned wait.
Seems most of the tests are already using conditioned wait, and this timeout
is not needed
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]