Skip to content

Commit 8126ad0

Browse files
committed
Increase timeout on testUpdateAnalysisLeaderIndexSettings
Closes elastic#54204
1 parent 2dd8946 commit 8126ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ public void testUpdateAnalysisLeaderIndexSettings() throws Exception {
10631063
} catch (Exception e) {
10641064
throw new AssertionError("error while searching", e);
10651065
}
1066-
});
1066+
}, 30, TimeUnit.SECONDS);
10671067
assertThat(hasFollowIndexBeenClosedChecker.getAsBoolean(), is(true));
10681068
}
10691069

0 commit comments

Comments
 (0)