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 66d88ecabaf [fix](case) ajust timeout to make case stable (#41468)
66d88ecabaf is described below
commit 66d88ecabaf6500a72c35afa3408512e02498857
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Oct 10 11:43:47 2024 +0800
[fix](case) ajust timeout to make case stable (#41468)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
.../external_table_p0/hive/test_partial_update_broker_load.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
b/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
index 8e95484b1df..e444bbc2423 100644
---
a/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
+++
b/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
@@ -47,7 +47,7 @@ suite("test_primary_key_partial_update_broker_load",
"p0,external,hive,external_
}
def wait_for_load_result = {checklabel, testTable ->
- def max_try_milli_secs = 10000
+ def max_try_milli_secs = 60000
while(max_try_milli_secs) {
def 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]