Skip to content

Commit 41a9adb

Browse files
committed
BugFix: fix test case
1 parent b3c3537 commit 41a9adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/src/test/java/org/apache/flink/cdc/connectors/tests/OceanBaseE2eITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void testOBBinlogCDC() throws Exception {
197197
expectResult,
198198
"products_sink",
199199
new String[] {"id", "name", "description", "weight", "enum_c", "json_c", "point_c"},
200-
60000L);
200+
150000L);
201201
}
202202

203203
/** Creates the database and populates it with initialization SQL script. */

0 commit comments

Comments
 (0)