Skip to content

Commit b6c6c7a

Browse files
authored
More robust IoTDBRegionReconstructForIoTV1IT (apache#16697)
1 parent 8420bea commit b6c6c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public void normal1C3DTest() throws Exception {
199199
if (System.currentTimeMillis() - start > 60_000L) {
200200
fail("Cannot execute query within 60s");
201201
}
202+
TimeUnit.SECONDS.sleep(1);
202203
continue;
203204
}
204205
if (resultSet.hasNext()) {

0 commit comments

Comments
 (0)