Skip to content
Snippets Groups Projects
Commit ca9852bd authored by Libor Peltan's avatar Libor Peltan
Browse files

tests: fix occasional fail due to timing

parent d9a66637
Branches
Tags
No related merge requests found
Pipeline #88832 passed with stages
in 10 minutes and 9 seconds
......@@ -119,7 +119,7 @@ def watch_ksk_rollover(t, server, zone, before_keys, after_keys, total_keys, des
check_zone(server, zone, server, total_keys, 2, 0, 1, msg)
msg = desc + ": new KSK ready"
wait_for_cds_change(t, server, 16, 26, msg) # propagation-delay + dnskey_ttl
wait_for_cds_change(t, server, 15, 26, msg) # propagation-delay + dnskey_ttl
check_zone(server, zone, server, total_keys, 2, 1, 1, msg)
submission_cb()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment