Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyi committed Jan 30, 2024
1 parent d09c294 commit 3d762a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ public void testKafkaBuildSchemaWithDelete() throws Exception {
}

@Test
@Timeout(120)
@Timeout(60)
public void testSchemaIncludeRecord1() throws Exception {
testSchemaIncludeRecord(DEBEZIUM);
}

@Test
@Timeout(120)
@Timeout(60)
public void testAllTypesWithSchema() throws Exception {
testAllTypesWithSchemaImpl(DEBEZIUM);
}
Expand Down

0 comments on commit 3d762a5

Please sign in to comment.