From: Nick Rosbrook Date: Fri, 14 Nov 2025 18:21:02 +0000 (-0500) Subject: test: increase timeout waiting for zone DS records setup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be394fcaffbf103125c116dca8d296243a7e29d9;p=thirdparty%2Fsystemd.git test: increase timeout waiting for zone DS records setup This test is flaky on the infrastructure due to this setup step timing out. As a naive step, just increase the timeout to 60s. Part 1 of #39602 --- diff --git a/test/units/TEST-75-RESOLVED.sh b/test/units/TEST-75-RESOLVED.sh index f8e6ffa56df..0fa7e6ac720 100755 --- a/test/units/TEST-75-RESOLVED.sh +++ b/test/units/TEST-75-RESOLVED.sh @@ -185,7 +185,7 @@ EOF fi systemctl start knot # Wait for signed.test's zone DS records to get pushed to the parent zone - timeout 30s bash -xec 'until knotc zone-read test. signed.test. ds | grep -E "signed\.test\. [0-9]+ DS"; do sleep 2; done' + timeout 60s bash -xec 'until knotc zone-read test. signed.test. ds | grep -E "signed\.test\. [0-9]+ DS"; do sleep 2; done' systemctl status resolved-dummy-server networkctl status