You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/qa/ml-native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/AutodetectMemoryLimitIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public void testTooManyPartitions() throws Exception {
62
62
longtimestamp = now - 8 * bucketSpan.seconds();
63
63
List<String> data = newArrayList<>();
64
64
while (timestamp < now) {
65
-
for (inti = 0; i < 10000; i++) {
65
+
for (inti = 0; i < 11000; i++) {
66
66
// It's important that the values used here are either always represented in less than 16 UTF-8 bytes or
67
67
// always represented in more than 22 UTF-8 bytes. Otherwise platform differences in when the small string
68
68
// optimisation is used will make the results of this test very different for the different platforms.
0 commit comments