]> git.ipfire.org Git - thirdparty/bind9.git/commit
make dupsigs test less timing-sensitive
authorEvan Hunt <each@isc.org>
Sun, 30 Oct 2022 08:19:35 +0000 (01:19 -0700)
committerEvan Hunt <each@isc.org>
Mon, 31 Oct 2022 11:24:37 +0000 (04:24 -0700)
commitebacebec157a49f74118af1233bcc1341465dce4
treee72bfa5849a10f6d0dc69feff5b77e3d49d0df77
parente65a34e504b024ae40d8630dd887fcc93253c39f
make dupsigs test less timing-sensitive

the dupsigs test is prone to failing on slow CI machines
because the first test can occur before the zone is fully
signed.

instead of just waiting ten seconds arbitrarily, we now
check every second, and allow up to 30 seconds before giving
up.

(cherry picked from commit d9b85cbaaeda81d5f5351a1b463ad7e509bf76cf)
bin/tests/system/dupsigs/tests.sh