Increase timeout on FollowIndexSecurityIT.testAutoFollowPatterns (#50282)

This test was causing test failures on slow CI runs.

Closes #50279
This commit is contained in:
Yannick Welsch 2019-12-18 10:36:41 +01:00
parent 5759a263cb
commit 82086929d7
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class FollowIndexSecurityIT extends ESCCRRestTestCase {
assertBusy(() -> {
ensureYellow(allowedIndex);
verifyDocuments(allowedIndex, 5, "*:*");
});
}, 30, TimeUnit.SECONDS);
assertThat(indexExists(disallowedIndex), is(false));
assertBusy(() -> {
verifyCcrMonitoring(allowedIndex, allowedIndex);