]> git.ipfire.org Git - thirdparty/bind9.git/commit
Relax the requirement for check_next_key_event() to <-60;60>
authorOndřej Surý <ondrej@sury.org>
Thu, 7 Nov 2019 09:39:43 +0000 (10:39 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 7 Nov 2019 11:08:20 +0000 (12:08 +0100)
commite9df8f4e8e97caaa27b6f5ff92a28da664ad23e1
treef5f3f4ac9f3bd825e89ee3eb3d90b715b5ddc81c
parent88bfce0993cfccc1e306a962c4902d756bcd1b08
Relax the requirement for check_next_key_event() to <-60;60>

The original requirement for the check to pass was <-10;10> interval and
the first test was failing by 1 second.  As the minimum interval for
checking is 7200 seconds, the commit relaxes the requirement to <-60;60>
interval, which is still sane, but not that draconic.
bin/tests/system/kasp/tests.sh