mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Increase timeout on FollowIndexSecurityIT.testAutoFollowPatterns (#50282)
This test was causing test failures on slow CI runs. Closes #50279
This commit is contained in:
parent
5759a263cb
commit
82086929d7
@ -169,7 +169,7 @@ public class FollowIndexSecurityIT extends ESCCRRestTestCase {
|
|||||||
assertBusy(() -> {
|
assertBusy(() -> {
|
||||||
ensureYellow(allowedIndex);
|
ensureYellow(allowedIndex);
|
||||||
verifyDocuments(allowedIndex, 5, "*:*");
|
verifyDocuments(allowedIndex, 5, "*:*");
|
||||||
});
|
}, 30, TimeUnit.SECONDS);
|
||||||
assertThat(indexExists(disallowedIndex), is(false));
|
assertThat(indexExists(disallowedIndex), is(false));
|
||||||
assertBusy(() -> {
|
assertBusy(() -> {
|
||||||
verifyCcrMonitoring(allowedIndex, allowedIndex);
|
verifyCcrMonitoring(allowedIndex, allowedIndex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user