showuon commented on code in PR #12752:
URL: https://github.com/apache/kafka/pull/12752#discussion_r1002814235
##########
core/src/test/scala/integration/kafka/api/PlaintextProducerSendTest.scala:
##########
@@ -55,6 +58,30 @@ class PlaintextProducerSendTest extends BaseProducerSendTest
{
sendAndVerify(producer)
}
+ @Timeout(value = 30, unit = TimeUnit.SECONDS, threadMode =
Timeout.ThreadMode.SEPARATE_THREAD)
Review Comment:
nit: 30 seconds for producing 10 records is too long IMO. Maybe reduce to 15
seconds? If it can't complete within 15 secs, there should be something wrong.
--
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]