tests: shorter timeout for zone(s)_wait

This commit is contained in:
Libor Peltan 2025-12-09 08:42:26 +01:00 committed by Daniel Salzman
parent 9f0755fa82
commit 8a97086ebb

View file

@ -880,7 +880,7 @@ class Server(object):
check_log("ZONE WAIT %s: %s" % (self.name, zone.name))
attempts = 60 if not self.valgrind else 100
attempts = 15 if not self.valgrind else 25
for t in range(attempts):
try:
if use_ctl: