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

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 351c376f2b1 [fix](case) adjust remote_fragment_exec_timeout_ms to 
avoid unstable … (#50801)
351c376f2b1 is described below

commit 351c376f2b1dc40b12ae757870cbd0b5228935ae
Author: Dongyang Li <[email protected]>
AuthorDate: Mon May 12 16:33:32 2025 +0800

    [fix](case) adjust remote_fragment_exec_timeout_ms to avoid unstable … 
(#50801)
    
    …case like large_wide_table
---
 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 6f067f66056..20cd462920d 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 3bab70ae337..0bb6d320ee7 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