Skip to content

Commit 9be965d

Browse files
authored
Increase timeout in DataStreamLifecycleDownsampleDisruptionIT (#122151) (#122156)
The downsample task sometimes needs a little bit longer to complete so we bump the timeout from 60s to 120s. Fixes #122056 (cherry picked from commit 0ec2fe0) # Conflicts: # muted-tests.yml
1 parent cd1acdb commit 9be965d

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
@@ -119,7 +119,7 @@ public void testDataStreamLifecycleDownsampleRollingRestart() throws Exception {
119119
} catch (Exception e) {
120120
throw new AssertionError(e);
121121
}
122-
}, 60, TimeUnit.SECONDS);
122+
}, 120, TimeUnit.SECONDS);
123123
ensureGreen(targetIndex);
124124
}
125125
}

0 commit comments

Comments
 (0)