ashmeet-kandhari commented on code in PR #20991:
URL: https://github.com/apache/flink/pull/20991#discussion_r1047581701
##########
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaInternalProducerITCase.java:
##########
@@ -102,8 +106,9 @@ public void testHappyPath() throws Exception {
deleteTestTopic(topicName);
}
- @Test(timeout = 30000L)
- public void testResumeTransaction() throws Exception {
+ @Test
+ @Timeout(30L)
Review Comment:
By default it takes seconds, do we still need to specify?
--
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]