summaryrefslogtreecommitdiffstats
path: root/tests-extra
diff options
context:
space:
mode:
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")