Skip to content

Commit 6093f58

Browse files
authored
[fix](regression-case) Fix case test_s3_load_with_where (#59744)
1 parent 2d7512c commit 6093f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/suites/load_p0/broker_load/test_s3_load_with_where.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ suite("test_s3_load_with_where", "load_p0") {
127127
}
128128

129129
def check_load_result = {checklabel, testTablex ->
130-
def max_try_milli_secs = 10000
130+
def max_try_milli_secs = 30000
131131
while(max_try_milli_secs) {
132132
def result = sql "show load where label = '${checklabel}'"
133133
if(result[0][2] == "FINISHED") {

0 commit comments

Comments
 (0)