showuon commented on a change in pull request #9029: URL: https://github.com/apache/kafka/pull/9029#discussion_r459818087
########## File path: connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorConnectorsIntegrationTest.java ########## @@ -62,6 +65,7 @@ private static final int NUM_PARTITIONS = 10; private static final int RECORD_TRANSFER_DURATION_MS = 20_000; private static final int CHECKPOINT_DURATION_MS = 20_000; + private static final int OFFSET_SYNC_DURATION_MS = 30_000; private Time time = Time.SYSTEM; Review comment: Nice catch! I also removed the unused import `import org.apache.kafka.common.utils.Time;` Thanks. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org