From: Daniel Salzman Date: Thu, 25 Dec 2025 20:26:15 +0000 (+0100) Subject: tests-extra: increase valgrind attempts to stabilize ixfr/many_zones X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96598db2dc00d71dc5314b8fd3de99633d88741;p=thirdparty%2Fknot-dns.git tests-extra: increase valgrind attempts to stabilize ixfr/many_zones --- diff --git a/tests-extra/tools/dnstest/server.py b/tests-extra/tools/dnstest/server.py index 8d0f128110..ebf7005b50 100644 --- a/tests-extra/tools/dnstest/server.py +++ b/tests-extra/tools/dnstest/server.py @@ -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: