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

rong 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 44d6bec0f39 Pipe IT: Changed IoTDBPipeDemoIT timeout to 10 mins to 
allow pipe-internal retries when unstable cases occuring (#10867)
44d6bec0f39 is described below

commit 44d6bec0f3963304bd0723534203fe301ef9b707
Author: Caideyipi <[email protected]>
AuthorDate: Wed Aug 16 11:11:27 2023 +0800

    Pipe IT: Changed IoTDBPipeDemoIT timeout to 10 mins to allow pipe-internal 
retries when unstable cases occuring (#10867)
---
 .../src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDemoIT.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDemoIT.java 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDemoIT.java
index 15e137dc6c2..b2ca6c5a492 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDemoIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDemoIT.java
@@ -115,7 +115,7 @@ public class IoTDBPipeDemoIT {
       try (Connection connection = receiver_env.getConnection();
           Statement statement = connection.createStatement()) {
         await()
-            .atMost(60, TimeUnit.SECONDS)
+            .atMost(600, TimeUnit.SECONDS)
             .untilAsserted(
                 () ->
                     TestUtils.assertResultSetEqual(

Reply via email to