This is an automated email from the ASF dual-hosted git repository.

yongzao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new a12c209645d fix region migrate daily IT (#17496)
a12c209645d is described below

commit a12c209645da268bb75ec760295016c915dac38e
Author: Xiangpeng Hu <[email protected]>
AuthorDate: Thu Apr 16 14:35:52 2026 +0800

    fix region migrate daily IT (#17496)
---
 .../it/regionmigration/IoTDBRegionOperationReliabilityITFramework.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/IoTDBRegionOperationReliabilityITFramework.java
 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/IoTDBRegionOperationReliabilityITFramework.java
index 8e2a954dc91..fb31828a794 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/IoTDBRegionOperationReliabilityITFramework.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/IoTDBRegionOperationReliabilityITFramework.java
@@ -580,7 +580,7 @@ public class IoTDBRegionOperationReliabilityITFramework {
     AtomicReference<SyncConfigNodeIServiceClient> clientRef = new 
AtomicReference<>(client);
     try {
       Awaitility.await()
-          .atMost(2, TimeUnit.MINUTES)
+          .atMost(4, TimeUnit.MINUTES)
           .pollDelay(2, TimeUnit.SECONDS)
           .until(
               () -> {

Reply via email to