Skip to content

Commit

Permalink
Bump wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Dec 20, 2023
1 parent c025a8c commit fcbb291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ private void verifyReplicatedDocuments(long numberOfDocs, String... indices) thr
} finally {
searchResponse.decRef();
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}

private void assertFollowerInfo(String followIndexName, String leaderClusterName, String leadIndexName, String status)
Expand Down

0 comments on commit fcbb291

Please sign in to comment.