mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user