From: Daniel Salzman Date: Sun, 4 Jan 2026 16:01:40 +0000 (+0100) Subject: tests-extra: stabilize test zone/external_vldt X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fce005d97a014a86eeb36a1626d635284190978;p=thirdparty%2Fknot-dns.git tests-extra: stabilize test zone/external_vldt --- diff --git a/tests-extra/tests/zone/external_vldt/test.py b/tests-extra/tests/zone/external_vldt/test.py index 82d91ab184..8cac84a73b 100644 --- a/tests-extra/tests/zone/external_vldt/test.py +++ b/tests-extra/tests/zone/external_vldt/test.py @@ -40,7 +40,7 @@ ZONE = zone[0].name LOG = "for external validation" slave.conf_srv().async_start = True -slave.conf_ss("external", zone).timeout = 10 +slave.conf_ss("external", zone).timeout = 20 slave.conf_ss("external", zone).dump_new_zone = dump_file(slave, "new") slave.conf_ss("external", zone).dump_removals = dump_file(slave, "diff") slave.conf_ss("external", zone).dump_additions = dump_file(slave, "diff") diff --git a/tests-extra/tools/dnstest/server.py b/tests-extra/tools/dnstest/server.py index ebf7005b50..d87ad870f2 100644 --- a/tests-extra/tools/dnstest/server.py +++ b/tests-extra/tools/dnstest/server.py @@ -1557,7 +1557,7 @@ class Knot(Server): s.begin("control") s.item("listen", "[ \"knot.sock\", \"knot2.sock\"]") - s.item_str("timeout", "15") + s.item_str("timeout", "25") s.end() all_remotes = set() @@ -1809,7 +1809,7 @@ class Knot(Server): else: conf_params = ["-c", self.confile] self.start_params = conf_params - self.ctl_params = conf_params + ["-t", "15"] + self.ctl_params = conf_params + ["-t", "25"] if self.ctl_params_append != None: self.ctl_params += self.ctl_params_append