[regression-test](fix) enlarge compaction_width_array_column.groovy's… (#46889)
This commit is contained in:
@ -88,7 +88,7 @@ suite('compaction_width_array_column', "p2") {
|
||||
while (isOverLap && tryCnt < 3) {
|
||||
isOverLap = false
|
||||
|
||||
trigger_and_wait_compaction(tableName, "cumulative")
|
||||
trigger_and_wait_compaction(tableName, "cumulative", 40*60)
|
||||
for (def tablet in tablets) {
|
||||
String tablet_id = tablet.TabletId
|
||||
(code, out, err) = curl("GET", tablet.CompactionStatus)
|
||||
|
||||
Reference in New Issue
Block a user