]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: ixfr/master_pin -- provide the servers enough time
authorLibor Peltan <libor.peltan@nic.cz>
Tue, 12 Aug 2025 15:36:49 +0000 (17:36 +0200)
committerDavid Vašek <david.vasek@nic.cz>
Fri, 31 Oct 2025 09:57:27 +0000 (10:57 +0100)
Especially needed with valgrind.

tests-extra/tests/ixfr/master_pin/test.py

index 1152b497fa07cea8ea1c1952218b750f7ef82cd2..8e5c648000c0f50920402bb41eef027521932d05 100644 (file)
@@ -54,7 +54,7 @@ t.xfr_diff(masterA, slave, zones, serials0)
 up = masterB.update(zone)
 up.add("add2.example.", 3, "A", "1.2.3.100")
 up.send()
-t.sleep(PERIOD+(8 if DISABLE_NOTIFY else 2))
+t.sleep(PERIOD+(9 if DISABLE_NOTIFY else 3))
 up = masterA.update(zone)
 up.add("add2.example.", 3, "A", "1.2.3.101")
 up.send()