Skip to content

Commit ba74854

Browse files
committed
BugFix: increase the timeout.
1 parent ee60b87 commit ba74854

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+
300000L);
201201
}
202202

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

0 commit comments

Comments
 (0)