]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: zone/reload_force -- more time to respond to knotc under Valgrind
authorDavid Vašek <david.vasek@nic.cz>
Fri, 13 Nov 2020 22:01:21 +0000 (23:01 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 16 Nov 2020 09:53:27 +0000 (10:53 +0100)
tests-extra/tests/zone/reload_force/test.py

index 3353cfca26320ebb98b5c21151c12ea356b4da6e..c6dfd08c7f7b3872a789a6465e548d1592c2e7db 100644 (file)
@@ -14,6 +14,9 @@ zone = t.zone_rnd(1, records=450)
 t.link(zone, knot)
 knot.dnssec(zone).enable = True
 
+if knot.valgrind:
+    knot.ctl_params_append = ["-t", "30"]
+
 t.start()
 serial = knot.zone_wait(zone)