This is an automated email from the ASF dual-hosted git repository.
jackietien 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 f10eed6ddb Increase the timeout (#6335)
f10eed6ddb is described below
commit f10eed6ddbdfbc79efcbecc780e4f1441bf7681a
Author: Jackie Tien <[email protected]>
AuthorDate: Mon Jun 20 11:34:05 2022 +0800
Increase the timeout (#6335)
---
.../main/java/org/apache/iotdb/itbase/runtime/ClusterTestStatement.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/main/java/org/apache/iotdb/itbase/runtime/ClusterTestStatement.java
b/integration-test/src/main/java/org/apache/iotdb/itbase/runtime/ClusterTestStatement.java
index 3f8a84cc16..add3a3e0ed 100644
---
a/integration-test/src/main/java/org/apache/iotdb/itbase/runtime/ClusterTestStatement.java
+++
b/integration-test/src/main/java/org/apache/iotdb/itbase/runtime/ClusterTestStatement.java
@@ -29,7 +29,7 @@ import java.util.List;
/** The implementation of {@link ClusterTestStatement} in cluster test. */
public class ClusterTestStatement implements Statement {
- private static final int DEFAULT_QUERY_TIMEOUT = 10;
+ private static final int DEFAULT_QUERY_TIMEOUT = 60;
private final Statement writeStatement;
private final String writEndpoint;
private final List<Statement> readStatements = new ArrayList<>();