From a08a07723bbac42e980e5ff836958e070c69cf4c Mon Sep 17 00:00:00 2001 From: Alexander Tokmakov Date: Wed, 8 May 2024 16:26:03 +0200 Subject: [PATCH] Update clickhouse-test --- tests/clickhouse-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clickhouse-test b/tests/clickhouse-test index 35568ace72f..97459bd5b69 100755 --- a/tests/clickhouse-test +++ b/tests/clickhouse-test @@ -908,7 +908,7 @@ class MergeTreeSettingsRandomizer: ), "cache_populated_by_fetch": lambda: random.randint(0, 1), "concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100), - "old_parts_lifetime": threshold_generator(0.2, 0.3, 30, 8 * 60), + "old_parts_lifetime": threshold_generator(0.2, 0.3, 10, 8 * 60), } @staticmethod