mjsax commented on a change in pull request #9688: URL: https://github.com/apache/kafka/pull/9688#discussion_r535948426
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/EosBetaUpgradeIntegrationTest.java ########## @@ -105,8 +100,8 @@ public boolean injectError; private static final int NUM_BROKERS = 3; - private static final int MAX_POLL_INTERVAL_MS = 100 * 1000; - private static final int MAX_WAIT_TIME_MS = 60 * 1000; + private static final int MAX_POLL_INTERVAL_MS = (int) Duration.ofSeconds(100L).toMillis(); + private static final long MAX_WAIT_TIME_MS = Duration.ofMinutes(1L).toMillis(); Review comment: Side cleanup ---------------------------------------------------------------- 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