Increase timeout on testUpdateAnalysisLeaderIndexSettings
Closes #54204
This commit is contained in:
parent
2dd8946539
commit
8126ad0ab1
|
@ -1063,7 +1063,7 @@ public class IndexFollowingIT extends CcrIntegTestCase {
|
|||
} catch (Exception e) {
|
||||
throw new AssertionError("error while searching", e);
|
||||
}
|
||||
});
|
||||
}, 30, TimeUnit.SECONDS);
|
||||
assertThat(hasFollowIndexBeenClosedChecker.getAsBoolean(), is(true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue