File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/ilm/qa/multi-cluster/src/test/java/org/elasticsearch/xpack/ilm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ public void testTsdbLeaderIndexRolloverAndSyncAfterWaitUntilEndTime() throws Exc
618618 (String ) ((Map <String , Object >) indexExplanation .get ("step_info" )).get ("message" ),
619619 containsString ("Waiting until the index's time series end time lapses" )
620620 );
621- }, 30 , TimeUnit .SECONDS );
621+ }, 5 , TimeUnit .MINUTES );
622622
623623 int initialLeaderDocCount = getDocCount (leaderClient , backingIndexName );
624624
@@ -648,7 +648,7 @@ public void testTsdbLeaderIndexRolloverAndSyncAfterWaitUntilEndTime() throws Exc
648648 explainIndex (client (), backingIndexName ).get ("step" ),
649649 is (WaitUntilTimeSeriesEndTimePassesStep .NAME )
650650 );
651- }, 30 , TimeUnit .SECONDS );
651+ }, 5 , TimeUnit .MINUTES );
652652 }
653653 }
654654 }
You can’t perform that action at this time.
0 commit comments