skoppu22 commented on code in PR #109: URL: https://github.com/apache/cassandra-analytics/pull/109#discussion_r2075295112
########## cassandra-analytics-integration-framework/src/main/java/org/apache/cassandra/testing/TestUtils.java: ########## @@ -36,7 +36,7 @@ public final class TestUtils private static final AtomicInteger TEST_TABLE_ID = new AtomicInteger(0); // public static final int ROW_COUNT = 10_000; - public static final int ROW_COUNT = 1_000; + public static final int ROW_COUNT = 100; Review Comment: Some tests were timing out when ran on local, especially when ran from Intellij, so had to reduce it. Can we just continue with lesser number of rows so we don't need to change this on local everytime we run? -- 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: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org