Increase timeout on testUpdateAnalysisLeaderIndexSettings

Closes #54204
This commit is contained in:
Yannick Welsch 2020-03-27 13:39:27 +01:00
parent 2dd8946539
commit 8126ad0ab1
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}