Skip to content

Commit

Permalink
Add 70s ensure green to keep behavior unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
parkertimmins committed Sep 24, 2024
1 parent e0aff18 commit 4eec4cb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,9 @@ private static void pauseIndexFollowing(RestClient client, String followerIndex)
private static void resumeIndexFollowing(RestClient client, String followerIndex) throws IOException {
assertOK(client.performRequest(new Request("POST", "/" + followerIndex + "/_ccr/resume_follow")));
}

@Override
protected final String getEnsureGreenTimeout() {
return "70s";
}
}

0 comments on commit 4eec4cb

Please sign in to comment.