echauchot commented on a change in pull request #18211: URL: https://github.com/apache/flink/pull/18211#discussion_r775856996
########## File path: flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java ########## @@ -92,6 +98,12 @@ @ClassRule public static final CassandraContainer CASSANDRA_CONTAINER = createCassandraContainer(); + private static final int MAX_CONNECTION_RETRY = 3; + private static final int CONNECTION_RETRY_DELAY = 500; Review comment: sure +1 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org