File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/framework/src/test/java/org/elasticsearch/logsdb/datageneration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ protected Collection<? extends Plugin> getPlugins() {
113
113
}
114
114
115
115
public void testDataGeneratorStressTest () throws IOException {
116
- // Let's generate 1000000 fields to test an extreme case (2 levels of objects + 1 leaf level with 100 fields per object).
116
+ // Let's generate 125000 fields to test an extreme case (2 levels of objects + 1 leaf level with 50 fields per object).
117
117
var testChildFieldGenerator = new DataSourceResponse .ChildFieldGenerator () {
118
118
private int generatedFields = 0 ;
119
119
120
120
@ Override
121
121
public int generateChildFieldCount () {
122
- return 100 ;
122
+ return 50 ;
123
123
}
124
124
125
125
@ Override
You can’t perform that action at this time.
0 commit comments