]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: increase valgrind attempts to stabilize ixfr/many_zones
authorDaniel Salzman <daniel.salzman@nic.cz>
Thu, 25 Dec 2025 20:26:15 +0000 (21:26 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 25 Dec 2025 20:26:15 +0000 (21:26 +0100)
tests-extra/tools/dnstest/server.py

index 8d0f1281100a7e0056ab4408e8046c67089bd590..ebf7005b50734da2b0ec33855e2305ba15eb1afd 100644 (file)
@@ -883,7 +883,7 @@ class Server(object):
 
         check_log("ZONE WAIT %s: %s" % (self.name, zone.name))
 
-        attempts = 15 if not self.valgrind else 25
+        attempts = 15 if not self.valgrind else 45
         for t in range(attempts):
             try:
                 if use_ctl: