This is an automated email from the ASF dual-hosted git repository. yiguolei 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 d410797200 [fix](regression p0) fix regression p0 test qt_window_hang2 always failed because of timeout #12388 d410797200 is described below commit d41079720013a7b9280589a0633bc872b9258010 Author: Henry2SS <45096548+henry...@users.noreply.github.com> AuthorDate: Wed Sep 7 10:08:12 2022 +0800 [fix](regression p0) fix regression p0 test qt_window_hang2 always failed because of timeout #12388 Co-authored-by: wuhangze <wuhan...@jd.com> --- .../query_p0/sql_functions/window_functions/test_window_function.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/query_p0/sql_functions/window_functions/test_window_function.groovy b/regression-test/suites/query_p0/sql_functions/window_functions/test_window_function.groovy index ed0ae196d4..4c12b32e1d 100644 --- a/regression-test/suites/query_p0/sql_functions/window_functions/test_window_function.groovy +++ b/regression-test/suites/query_p0/sql_functions/window_functions/test_window_function.groovy @@ -492,7 +492,7 @@ suite("test_window_function") { } } - sql """ admin set frontend config("remote_fragment_exec_timeout_ms"="60000"); """ + sql """ admin set frontend config("remote_fragment_exec_timeout_ms"="300000"); """ qt_window_hang2"""select A.${k1}, A.wj - B.dyk + 1 as num from (select ${k1}, wj from ${line} as W1) as A join --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org