chia7712 commented on code in PR #16810:
URL: https://github.com/apache/kafka/pull/16810#discussion_r1713087922


##########
core/src/test/scala/integration/kafka/server/KafkaServerKRaftRegistrationTest.scala:
##########
@@ -41,7 +41,7 @@ import scala.jdk.CollectionConverters._
  * failure paths is to use timeouts. See {@link 
unit.kafka.server.BrokerRegistrationRequestTest} for integration test
  * of just the broker registration path.
  */
-@Timeout(120)
+@Timeout(30)

Review Comment:
   please revert this unrelated change



##########
core/src/test/scala/unit/kafka/server/OffsetFetchRequestTest.scala:
##########
@@ -29,7 +29,7 @@ import org.junit.jupiter.api.extension.ExtendWith
 
 import scala.jdk.CollectionConverters._
 
-@Timeout(120)
+@Timeout(30)

Review Comment:
   please revert this unrelated change



##########
core/src/test/scala/unit/kafka/server/ConsumerProtocolMigrationTest.scala:
##########
@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
 import org.junit.jupiter.api.Timeout
 import org.junit.jupiter.api.extension.ExtendWith
 
-@Timeout(120)
+@Timeout(30)

Review Comment:
   please revert this unrelated 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

Reply via email to