Skip to content

Commit

Permalink
test SqlServerE2eITCase
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 committed Jun 14, 2023
1 parent 0f8023d commit f36e353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void testSqlServerCDC() throws Exception {
"SELECT * FROM products_source;");

submitSQLJob(sqlLines, sqlServerCdcJar, jdbcJar, mysqlDriverJar);
waitUntilJobRunning(Duration.ofSeconds(30));
waitUntilJobRunning(Duration.ofSeconds(50));

// generate binlogs
try (Connection conn = getSqlServerJdbcConnection();
Expand Down

0 comments on commit f36e353

Please sign in to comment.