]> git.ipfire.org Git - thirdparty/bind9.git/commit
changing.db is updated too fast
authorMark Andrews <marka@isc.org>
Wed, 11 Jun 2025 13:58:28 +0000 (23:58 +1000)
committerMark Andrews <marka@isc.org>
Fri, 13 Jun 2025 07:11:10 +0000 (07:11 +0000)
commit85c2e78edc206507dd3b9e0f2e92bb89ae7c2f9c
tree6d06ba7cc9f8d9e8e5a3785740faa45bcb7086c6
parent0e55c3b5fed0d4f4c4c20ff358f46881ec5163cb
changing.db is updated too fast

ensure a second has elasped before updating the zone file
by adding 'time.sleep(1)' to xferquota/tests_xferquota.py

(cherry picked from commit d8d14cb780410ea0955d7152223e01b7a1b6d1fa)
bin/tests/system/xferquota/tests_xferquota.py