Skip to content

Commit 1b2008b

Browse files
committed
Fix flaky test
1 parent b24e596 commit 1b2008b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/02346_text_index_materialization.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $CLICKHOUSE_CLIENT -q "
4545
text String
4646
)
4747
ENGINE = MergeTree ORDER BY id
48-
SETTINGS min_bytes_for_wide_part = 0, index_granularity = 1024;
48+
SETTINGS min_bytes_for_wide_part = 0, index_granularity = 1024, merge_max_block_size = 8192;
4949
5050
INSERT INTO t_text_index_materialization SELECT number, 'v' || toString(number) FROM numbers(100000);
5151

0 commit comments

Comments
 (0)