soarez commented on code in PR #12752:
URL: https://github.com/apache/kafka/pull/12752#discussion_r1003267952


##########
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:
   You're right, it's too long. I've decreased as per your suggestion. The 
build ran again and there was just a failure for the unrelated test 
`kafka.server.ListOffsetsRequestTest.testResponseDefaultOffsetAndLeaderEpochForAllVersions`
 (seems to be a race condition issue) in JDK 11.



-- 
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]

Reply via email to