Skip to content

Commit 350f2b1

Browse files
committed
fix
1 parent 182300b commit 350f2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/data/SingletonOrdinalsBuilderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public void testEmitOrdinalForHighCardinality() throws IOException {
171171
try (IndexReader reader = DirectoryReader.open(indexWriter)) {
172172
assertThat(reader.leaves(), hasSize(1));
173173
for (LeafReaderContext ctx : reader.leaves()) {
174-
int batchSize = between(20, 60);
174+
int batchSize = between(40, 100);
175175
int ord = random().nextInt(numOrds);
176176
try (
177177
var b1 = new SingletonOrdinalsBuilder(factory, ctx.reader().getSortedDocValues("f"), batchSize);

0 commit comments

Comments
 (0)