DBZ-1809 WAIT_FOR_CDC decrease to 3 second

This commit is contained in:
zrlurb 2020-02-19 13:06:54 +01:00 committed by GitHub
parent 4da3e0ee54
commit edfdd308e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ public class TestHelper {
public static final Path DB_HISTORY_PATH = Testing.Files.createTestingPath("file-db-history-connect.txt").toAbsolutePath();
public static final String TEST_DATABASE = "testdb";
public static final int WAIT_FOR_CDC = 60 * 1000;
public static final int WAIT_FOR_CDC = 3 * 1000;
private static final String STATEMENTS_PLACEHOLDER = "#";