Skip to content

Commit aa6a1ea

Browse files
committed
Try bumping timeout
1 parent cf6e998 commit aa6a1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/ha_tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async def is_cluster_updated(
245245

246246
# Verify that old primary is up-to-date.
247247
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):
248+
for attempt in Retrying(stop=stop_after_attempt(5), wait=wait_fixed(5), reraise=True):
249249
with attempt:
250250
assert await is_secondary_up_to_date(
251251
ops_test, primary_name, total_expected_writes, use_ip_from_inside

0 commit comments

Comments
 (0)