]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: stabilize test zone/external_vldt
authorDaniel Salzman <daniel.salzman@nic.cz>
Sun, 4 Jan 2026 16:01:40 +0000 (17:01 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Sun, 4 Jan 2026 16:01:40 +0000 (17:01 +0100)
tests-extra/tests/zone/external_vldt/test.py
tests-extra/tools/dnstest/server.py

index 82d91ab18427790ad5d052fbf6281b3df594e188..8cac84a73bd1c2141ccac1c307ef5d281911ce87 100644 (file)
@@ -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")
index ebf7005b50734da2b0ec33855e2305ba15eb1afd..d87ad870f2c0114ddf88dea3b08de05590da802d 100644 (file)
@@ -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