Skip to content

Commit 0a79f4c

Browse files
committed
Extend timeout for TimeSeriesLifecycleActionsIT> testFullPolicy (#43891)
1 parent 2dc056b commit 0a79f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/indexlifecycle/TimeSeriesLifecycleActionsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void testFullPolicy() throws Exception {
105105
// asserts that rollover was called
106106
assertBusy(() -> assertTrue(indexExists(secondIndex)));
107107
// asserts that shrink deleted the original index
108-
assertBusy(() -> assertFalse(indexExists(originalIndex)), 20, TimeUnit.SECONDS);
108+
assertBusy(() -> assertFalse(indexExists(originalIndex)), 60, TimeUnit.SECONDS);
109109
// asserts that the delete phase completed for the managed shrunken index
110110
assertBusy(() -> assertFalse(indexExists(shrunkenOriginalIndex)));
111111
}

0 commit comments

Comments
 (0)