Skip to content

Commit c6014c9

Browse files
Fine tune for Serverless
1 parent 6dfa02d commit c6014c9

File tree

1 file changed

+1
-1
lines changed
  • test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack

1 file changed

+1
-1
lines changed

test/external-modules/esql-heap-attack/src/javaRestTest/java/org/elasticsearch/xpack/esql/heap_attack/HeapAttackIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public void testFetchTooManyBigFields() throws IOException {
586586
}
587587

588588
public void testStatsOnLargeKeywords() throws IOException {
589-
initVeryLargeText(500, 1, 4_000_000, 1);
589+
initVeryLargeText(500, 1, 3_000_000, 1);
590590
StringBuilder query = startQuery();
591591
query.append("FROM large_text_idx | STATS SUM(LENGTH(large_text0))\"}");
592592
for (int i = 0; i < 5; i++) {

0 commit comments

Comments
 (0)