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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 58412da5ee6 branch-3.0: [fix](case) adjust 
remote_fragment_exec_timeout_ms to avoid unstable … #50801 (#50806)
58412da5ee6 is described below

commit 58412da5ee63af608aa1d887619ab665f24d8e51
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 14 09:42:44 2025 +0800

    branch-3.0: [fix](case) adjust remote_fragment_exec_timeout_ms to avoid 
unstable … #50801 (#50806)
    
    Cherry-picked from #50801
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 regression-test/pipeline/cloud_p0/conf/fe_custom.conf | 2 +-
 regression-test/pipeline/p0/conf/fe.conf              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf 
b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
index 7f18edd6fab..f356b81f204 100644
--- a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
@@ -9,7 +9,7 @@ merge_on_write_forced_to_false = true
 enable_ssl = true
 light_schema_change_force_to_true = true
 enable_mtmv = true
-remote_fragment_exec_timeout_ms=60000
+remote_fragment_exec_timeout_ms=120000
 dynamic_partition_check_interval_seconds=10
 use_fuzzy_session_variable=true
 
diff --git a/regression-test/pipeline/p0/conf/fe.conf 
b/regression-test/pipeline/p0/conf/fe.conf
index 6c35e000c9c..c33dd4db970 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -42,7 +42,7 @@ enable_ssl = true
 
 enable_outfile_to_local = true
 tablet_create_timeout_second=100
-remote_fragment_exec_timeout_ms=60000
+remote_fragment_exec_timeout_ms=120000
 fuzzy_test_type=p0
 use_fuzzy_session_variable=true
 


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

Reply via email to