diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2017-09-15 11:52:20 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2017-09-15 11:52:20 +0200 |
commit | 9acda2f94c66fbb4e4c67745d18f27623e3d7d4b (patch) | |
tree | 3817b40ef6b30fc997faa0d6c445ff5265ed1d1d /tests-extra | |
parent | Merge branch 'nsec_sign_changesets' into 'master' (diff) | |
download | knot-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.py | 2 |
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") |