Skip to content

Commit 4377b72

Browse files
committed
Increase the timeout when waiting for the downsampling to start
1 parent 38c1882 commit 4377b72

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
@@ -97,7 +97,7 @@ public void testDataStreamLifecycleDownsampleRollingRestart() throws Exception {
9797
ensureDownsamplingStatus(
9898
targetIndex,
9999
Set.of(IndexMetadata.DownsampleTaskStatus.STARTED, IndexMetadata.DownsampleTaskStatus.SUCCESS),
100-
TimeValue.timeValueMillis(4500)
100+
TimeValue.timeValueSeconds(6)
101101
);
102102

103103
logger.info("-> Starting the disruption.");

0 commit comments

Comments
 (0)