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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 7a50c7dc0aa branch-4.0: [fix](regression-case) Fix case 
test_s3_load_with_where #59744 (#59829)
7a50c7dc0aa is described below

commit 7a50c7dc0aa7e68af6ea0cce1efc8f1aa6ddfaac
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 11:35:25 2026 +0800

    branch-4.0: [fix](regression-case) Fix case test_s3_load_with_where #59744 
(#59829)
    
    Cherry-picked from #59744
    
    Co-authored-by: Refrain <[email protected]>
---
 .../suites/load_p0/broker_load/test_s3_load_with_where.groovy           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/load_p0/broker_load/test_s3_load_with_where.groovy 
b/regression-test/suites/load_p0/broker_load/test_s3_load_with_where.groovy
index c54eca340b1..7d6e3c7d809 100644
--- a/regression-test/suites/load_p0/broker_load/test_s3_load_with_where.groovy
+++ b/regression-test/suites/load_p0/broker_load/test_s3_load_with_where.groovy
@@ -127,7 +127,7 @@ suite("test_s3_load_with_where", "load_p0") {
     }
     
     def check_load_result = {checklabel, testTablex ->
-        def max_try_milli_secs = 10000
+        def max_try_milli_secs = 30000
         while(max_try_milli_secs) {
             def result = sql "show load where label = '${checklabel}'"
             if(result[0][2] == "FINISHED") {


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

Reply via email to