Skip to content
Snippets Groups Projects
Commit 59e5ab97 authored by Libor Peltan's avatar Libor Peltan
Browse files

tests: older_soa: longer interval to ensure the test won't fail

parent 6c93b8e0
No related merge requests found
$ORIGIN example. $ORIGIN example.
$TTL 1200 $TTL 1200
@ SOA ns admin 20110102 5 5 13 600 @ SOA ns admin 20110102 7 7 16 600
ns AAAA ::0 ns AAAA ::0
added A 1.2.3.4 added A 1.2.3.4
...@@ -5,15 +5,15 @@ ...@@ -5,15 +5,15 @@
from dnstest.test import Test from dnstest.test import Test
EXPIRE_SLEEP = 13 EXPIRE_SLEEP = 13
RESYNC_SLEEP = 5 RESYNC_SLEEP = 7
TEST_START_EXPECTED = 3 TEST_START_EXPECTED = 4
t = Test() t = Test()
master = t.server("knot") master = t.server("knot")
slave = t.server("knot") slave = t.server("knot")
# this zone has refresh = 5s, retry = 5s and expire = 13s # this zone has refresh = 7s, retry = 7s and expire = 16s
zone = t.zone("example.", storage=".") zone = t.zone("example.", storage=".")
t.link(zone, master, slave) t.link(zone, master, slave)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment