chia7712 commented on code in PR #17217: URL: https://github.com/apache/kafka/pull/17217#discussion_r1864465607
########## clients/src/test/java/org/apache/kafka/clients/MockClient.java: ########## @@ -308,7 +308,7 @@ private synchronized void maybeAwaitWakeup() { if (numBlockingWakeups == remainingBlockingWakeups) MockClient.this.wait(500); return numBlockingWakeups < remainingBlockingWakeups; - }, 5000, "Failed to receive expected wakeup"); + }, 10000, "Failed to receive expected wakeup"); Review Comment: Do we really need this change? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org