This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch remove-dn-test in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 970d77184b074b9adc77bfc84496a85963bf1615 Author: Yongzao <[email protected]> AuthorDate: Wed Jun 18 15:37:16 2025 +0800 Update IoTDBRemoveDataNodeUtils.java --- .../iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeUtils.java b/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeUtils.java index 7728f74bacc..8fd513f96aa 100644 --- a/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeUtils.java +++ b/integration-test/src/test/java/org/apache/iotdb/confignode/it/removedatanode/IoTDBRemoveDataNodeUtils.java @@ -120,7 +120,7 @@ public class IoTDBRemoveDataNodeUtils { try { Awaitility.await() - .atMost(2, TimeUnit.MINUTES) + .atMost(5, TimeUnit.MINUTES) .pollDelay(2, TimeUnit.SECONDS) .until( () -> { @@ -164,7 +164,7 @@ public class IoTDBRemoveDataNodeUtils { lastTimeDataNodeLocations.get().removeAll(removeDataNodeLocations); String expectedSetStr = lastTimeDataNodeLocations.get().toString(); LOGGER.error( - "Remove DataNodes timeout in 2 minutes, expected set: {}, actual set: {}", + "Remove DataNodes timeout in 5 minutes, expected set: {}, actual set: {}", expectedSetStr, actualSetStr); if (lastException.get() == null) {
