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 c2c70755e54 Extend expected test time of SharedTsBlockQueueTest
c2c70755e54 is described below

commit c2c70755e5467c42463a5e61cd5a9958091b7546
Author: Liao Lanyu <1435078...@qq.com>
AuthorDate: Tue Oct 31 14:50:06 2023 +0800

    Extend expected test time of SharedTsBlockQueueTest
---
 .../iotdb/db/queryengine/execution/exchange/SharedTsBlockQueueTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/exchange/SharedTsBlockQueueTest.java
 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/exchange/SharedTsBlockQueueTest.java
index 7ef151ead90..c39175f6c97 100644
--- 
a/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/exchange/SharedTsBlockQueueTest.java
+++ 
b/iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/exchange/SharedTsBlockQueueTest.java
@@ -36,7 +36,7 @@ import java.util.concurrent.atomic.AtomicReference;
 import static 
com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService;
 
 public class SharedTsBlockQueueTest {
-  @Test(timeout = 5000L)
+  @Test(timeout = 15000L)
   public void concurrencyTest() {
     final String queryId = "q0";
     final long mockTsBlockSize = 1024L * 1024L;

Reply via email to