mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
tests: shorter timeout for zone(s)_wait
This commit is contained in:
parent
9f0755fa82
commit
8a97086ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue