You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the testFullPolicy and testMoveToRolloverStep tests
are very important tests, but they sometimes timeout
beyond the default 10sec wait for shrink to occur.
This commit increases one of the assertBusys to
20 seconds
Copy file name to clipboardExpand all lines: x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/indexlifecycle/TimeSeriesLifecycleActionsIT.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@
46
46
importjava.util.List;
47
47
importjava.util.Locale;
48
48
importjava.util.Map;
49
+
importjava.util.concurrent.TimeUnit;
49
50
importjava.util.function.Supplier;
50
51
51
52
importstaticjava.util.Collections.singletonMap;
@@ -99,7 +100,7 @@ public void testFullPolicy() throws Exception {
0 commit comments