From ff00fe3e5c751b4bfce6df75c291f31c014fe1a2 Mon Sep 17 00:00:00 2001 From: shuke Date: Mon, 13 Jan 2025 15:34:00 +0800 Subject: [PATCH] =?UTF-8?q?[regression-test](fix)=20enlarge=20compaction?= =?UTF-8?q?=5Fwidth=5Farray=5Fcolumn.groovy's=E2=80=A6=20(#46889)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../suites/compaction/compaction_width_array_column.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/compaction/compaction_width_array_column.groovy b/regression-test/suites/compaction/compaction_width_array_column.groovy index 570877cfc4..0ff51b4583 100644 --- a/regression-test/suites/compaction/compaction_width_array_column.groovy +++ b/regression-test/suites/compaction/compaction_width_array_column.groovy @@ -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)