Skip to content

Commit 62eeba5

Browse files
committed
fix
1 parent 20d9176 commit 62eeba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/src/test/java/org/apache/flink/cdc/connectors/starrocks/sink/StarRocksMetadataApplierITCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ void testStarRocksRenameColumn() throws Exception {
313313
StarRocksContainer.STARROCKS_TABLE_NAME);
314314

315315
runJobWithEvents(generateRenameColumnEvents(tableId));
316-
waitAlterDone(tableId, 60000L);
316+
317317
List<String> actual = inspectTableSchema(tableId);
318318

319319
List<String> expected =
@@ -333,7 +333,7 @@ void testStarRocksAlterColumnType() throws Exception {
333333
StarRocksContainer.STARROCKS_TABLE_NAME);
334334

335335
runJobWithEvents(generateAlterColumnTypeEvents(tableId));
336-
336+
waitAlterDone(tableId, 60000L);
337337
List<String> actual = inspectTableSchema(tableId);
338338

339339
List<String> expected =

0 commit comments

Comments
 (0)