This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 8aa109b1a4b Pipe IT: Extend IoTDBPipeTypeConversionIT retry time
(#14628) (#14636)
8aa109b1a4b is described below
commit 8aa109b1a4b4a5355eb7692880383732191772c4
Author: Zhenyu Luo <[email protected]>
AuthorDate: Mon Jan 6 17:47:44 2025 +0800
Pipe IT: Extend IoTDBPipeTypeConversionIT retry time (#14628) (#14636)
(cherry picked from commit 95451e4558385a51fff3598a08a4cc641cfc9ea8)
---
.../java/org/apache/iotdb/pipe/it/manual/IoTDBPipeTypeConversionIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/manual/IoTDBPipeTypeConversionIT.java
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/manual/IoTDBPipeTypeConversionIT.java
index fa5ea54b7ed..4ebce6b978c 100644
---
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/manual/IoTDBPipeTypeConversionIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/manual/IoTDBPipeTypeConversionIT.java
@@ -204,7 +204,7 @@ public class IoTDBPipeTypeConversionIT extends
AbstractPipeDualManualIT {
String.format("select status from root.test.%s2%s", source.name(),
target.name()),
String.format("Time,root.test.%s2%s.status,", source.name(),
target.name()),
createExpectedResultSet(pairs, source, target),
- 30);
+ 600);
}
private List<Pair> prepareTypeConversionTest(TSDataType sourceType,
TSDataType targetType) {