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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 114052baddb [chore](case) adjust timeout of broker load case #27540
114052baddb is described below

commit 114052baddb11507f9db8477762ae68955abc94f
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Nov 24 18:05:33 2023 +0800

    [chore](case) adjust timeout of broker load case #27540
---
 .../suites/external_table_p0/broker_load/test_broker_load_func.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/external_table_p0/broker_load/test_broker_load_func.groovy
 
b/regression-test/suites/external_table_p0/broker_load/test_broker_load_func.groovy
index e15579a7ae9..ff7c899e1a3 100644
--- 
a/regression-test/suites/external_table_p0/broker_load/test_broker_load_func.groovy
+++ 
b/regression-test/suites/external_table_p0/broker_load/test_broker_load_func.groovy
@@ -59,7 +59,7 @@ suite("test_broker_load_func", 
"p0,external,hive,external_docker,external_docker
             """
 
             def check_load_result = {checklabel, testTablex ->
-                max_try_milli_secs = 60000
+                max_try_milli_secs = 120000
                 while(max_try_milli_secs) {
                     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