summaryrefslogtreecommitdiffstats
path: root/tests-extra
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2017-09-15 11:52:20 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2017-09-15 11:52:20 +0200
commit9acda2f94c66fbb4e4c67745d18f27623e3d7d4b (patch)
tree3817b40ef6b30fc997faa0d6c445ff5265ed1d1d /tests-extra
parentMerge branch 'nsec_sign_changesets' into 'master' (diff)
downloadknot-9acda2f94c66fbb4e4c67745d18f27623e3d7d4b.tar.xz
knot-9acda2f94c66fbb4e4c67745d18f27623e3d7d4b.zip
tests-extra/nsec_update: add a comment
Diffstat (limited to 'tests-extra')
-rw-r--r--tests-extra/tests/dnssec/nsec_update/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-extra/tests/dnssec/nsec_update/test.py b/tests-extra/tests/dnssec/nsec_update/test.py
index 4a9a19075..6a6e32ef1 100644
--- a/tests-extra/tests/dnssec/nsec_update/test.py
+++ b/tests-extra/tests/dnssec/nsec_update/test.py
@@ -36,7 +36,7 @@ master.flush()
t.sleep(2)
for zone in zones:
master.random_ddns(zone)
-t.sleep(4)
+t.sleep(4) # zones_wait fails if an empty update is generated
# sync slave with current master's state
slave.ctl("zone-refresh")