Skip to content

Commit 7a4b9a5

Browse files
committed
fixup! BWC test
1 parent 55dcdcd commit 7a4b9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/SecurityIndexRolesMetadataMigrationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void testRoleMigration() throws Exception {
4949
}
5050
} else if (CLUSTER_TYPE == ClusterType.UPGRADED) {
5151
createRoleWithMetadata(upgradedTestRole, Map.of("meta", "test"));
52-
waitForSecurityMigrationCompletion(adminClient(), 1);
52+
waitForSecurityMigrationCompletion(adminClient(), 3);
5353
assertMigratedDocInSecurityIndex(oldTestRole, "meta", "test");
5454
assertMigratedDocInSecurityIndex(mixed1TestRole, "meta", "test");
5555
assertMigratedDocInSecurityIndex(mixed2TestRole, "meta", "test");

0 commit comments

Comments
 (0)