Skip to content

Commit a9e9d50

Browse files
committed
Bump timeout
1 parent 90a8f7d commit a9e9d50

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(5), wait=wait_fixed(5), reraise=True):
248+
for attempt in Retrying(stop=stop_after_attempt(10), 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)