m1a2st commented on code in PR #20168:
URL: https://github.com/apache/kafka/pull/20168#discussion_r2207591681


##########
tools/src/test/java/org/apache/kafka/tools/consumer/group/ResetConsumerGroupOffsetTest.java:
##########
@@ -659,6 +663,26 @@ public void 
testResetWithUnrecognizedNewConsumerOption(ClusterInstance cluster)
         assertThrows(OptionException.class, () -> 
getConsumerGroupService(cgcArgs));
     }
 
+    @Timeout(60)

Review Comment:
   Nit: No need to add `@Timeout` here, `@ClusterTest` already includes a 
timeout setting.



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