Skip to content

Commit

Permalink
DBZ-8410 Increase default timeout for records
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Nov 15, 2024
1 parent 88208a0 commit 70852a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void after() throws InterruptedException {
}

public static int waitTimeForRecords() {
return Integer.parseInt(System.getProperty(TEST_PROPERTY_PREFIX + "records.waittime", "3"));
return Integer.parseInt(System.getProperty(TEST_PROPERTY_PREFIX + "records.waittime", "10"));
}

protected String getTopicName(Configuration config, String tableName) {
Expand Down

0 comments on commit 70852a5

Please sign in to comment.