Skip to content

Commit d66be06

Browse files
ywelschSivagurunathanV
authored andcommitted
Increase timeout on FollowIndexSecurityIT.testAutoFollowPatterns (elastic#50282)
This test was causing test failures on slow CI runs. Closes elastic#50279
1 parent eeda2c7 commit d66be06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ccr/qa/security/src/test/java/org/elasticsearch/xpack/ccr/FollowIndexSecurityIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void testAutoFollowPatterns() throws Exception {
169169
assertBusy(() -> {
170170
ensureYellow(allowedIndex);
171171
verifyDocuments(allowedIndex, 5, "*:*");
172-
});
172+
}, 30, TimeUnit.SECONDS);
173173
assertThat(indexExists(disallowedIndex), is(false));
174174
assertBusy(() -> {
175175
verifyCcrMonitoring(allowedIndex, allowedIndex);

0 commit comments

Comments
 (0)