Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testsuite/tests/multicluster/failover/test_dns_failover.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_dns_failover(
has_condition("Active", "True", "MemberOfActiveGroup", "Group is included in active groups")
), f"dns_record2 should report active group, got: {dns_record2.model.status.conditions}"
sleep_ttl(hostname.hostname)
time.sleep(40) # arbitrary sleep after all the required waits because test won't succeed without it for some reason
time.sleep(60) # arbitrary sleep after all the required waits because test won't succeed without it for some reason

response = client.get("/get")
assert not response.has_dns_error(), response.error
Expand Down
Loading