xy720 commented on code in PR #11082: URL: https://github.com/apache/doris/pull/11082#discussion_r927303526
########## regression-test/suites/load/broker_load/test_array_load.groovy: ########## @@ -116,13 +137,30 @@ suite("test_array_load", "load") { assertTrue(result1[0][0] == 0, "Query OK, 0 rows affected") } + def check_load_result = {checklabel, testTablex -> + max_try_micro_secs = 10000 Review Comment: ```suggestion max_try_milli_secs = 10000 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org