Skip to content

Commit

Permalink
extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
李鹏程 committed Dec 30, 2024
1 parent 0be346e commit 6a36699
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ public void testWaterMarkSyncTable() throws Exception {
}

@Test
@Timeout(60)
@Timeout(300)
public void testVarcharNoChange() throws Exception {
String topic = "deciaml-no-change";
createTestTopic(topic, 1, 1);
Expand Down Expand Up @@ -1187,7 +1187,7 @@ public void testVarcharNoChange() throws Exception {
}

@Test
@Timeout(60)
@Timeout(300)
public void testDeciamlNoChange() throws Exception {
String topic = "varchar-no-change";
createTestTopic(topic, 1, 1);
Expand Down

0 comments on commit 6a36699

Please sign in to comment.