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

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new c50c7cdb6b8 branch-3.1: [test](warmup) increase wait time to fix flaky 
test #54964 (#55033)
c50c7cdb6b8 is described below

commit c50c7cdb6b88a90e515a78047d41739a45fd0b8f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 20 17:37:05 2025 +0800

    branch-3.1: [test](warmup) increase wait time to fix flaky test #54964 
(#55033)
    
    Cherry-picked from #54964
    
    Co-authored-by: Kaijie Chen <[email protected]>
---
 .../multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
 
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
index 87938bd60af..3ad8c820f7d 100644
--- 
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
+++ 
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
@@ -164,7 +164,7 @@ suite('test_warm_up_cluster_periodic', 'docker') {
             sql """SELECT * FROM customer"""
         }
 
-        sleep(5000)
+        sleep(10000)
 
         def hotspot = sql """select * from 
__internal_schema.cloud_cache_hotspot;"""
         logger.info("hotspot: {}", hotspot)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to