Skip to content

Commit 0caf4dd

Browse files
committed
Reduce the amount of docs we are indexing to avoid flakiness
1 parent a969ed0 commit 0caf4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample/DataStreamLifecycleDownsampleDisruptionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0, numClientNodes = 4)
4141
public class DataStreamLifecycleDownsampleDisruptionIT extends ESIntegTestCase {
4242
private static final Logger logger = LogManager.getLogger(DataStreamLifecycleDownsampleDisruptionIT.class);
43-
public static final int DOC_COUNT = 50_000;
43+
public static final int DOC_COUNT = 25_000;
4444

4545
@Override
4646
protected Collection<Class<? extends Plugin>> nodePlugins() {

0 commit comments

Comments
 (0)