This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch env-fix
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/env-fix by this push:
new db36147ffad 200
db36147ffad is described below
commit db36147ffad3b3016dd9733a2f6463de2516d8d8
Author: Caideyipi <[email protected]>
AuthorDate: Wed Mar 11 15:56:54 2026 +0800
200
---
.../src/main/java/org/apache/iotdb/it/env/cluster/ClusterConstant.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/ClusterConstant.java
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/ClusterConstant.java
index 82ed7976959..2d1457a00d2 100644
---
a/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/ClusterConstant.java
+++
b/integration-test/src/main/java/org/apache/iotdb/it/env/cluster/ClusterConstant.java
@@ -230,7 +230,7 @@ public class ClusterConstant {
+ "*";
// Env Constant
- public static final int NODE_START_TIMEOUT = 100;
+ public static final int NODE_START_TIMEOUT = 200;
public static final int NODE_NETWORK_TIMEOUT_MS = 0;
public static final String ZERO_TIME_ZONE = "GMT+0";