We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6e998 commit aa6a1eaCopy full SHA for aa6a1ea
tests/integration/ha_tests/helpers.py
@@ -245,7 +245,7 @@ async def is_cluster_updated(
245
246
# Verify that old primary is up-to-date.
247
logger.info("checking that the former primary is up to date with the cluster after restarting")
248
- for attempt in Retrying(stop=stop_after_attempt(3), wait=wait_fixed(5), reraise=True):
+ for attempt in Retrying(stop=stop_after_attempt(5), wait=wait_fixed(5), reraise=True):
249
with attempt:
250
assert await is_secondary_up_to_date(
251
ops_test, primary_name, total_expected_writes, use_ip_from_inside
0 commit comments