From 32ad1a734333c7b1f6ba97ce3a6fafba29df4d7d Mon Sep 17 00:00:00 2001 From: averevki Date: Tue, 11 Aug 2026 15:51:00 +0200 Subject: [PATCH] fix(failover): increase timeout for dns failover test Signed-off-by: averevki --- testsuite/tests/multicluster/failover/test_dns_failover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/multicluster/failover/test_dns_failover.py b/testsuite/tests/multicluster/failover/test_dns_failover.py index a2503387..deabdc98 100644 --- a/testsuite/tests/multicluster/failover/test_dns_failover.py +++ b/testsuite/tests/multicluster/failover/test_dns_failover.py @@ -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