mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '3341-servestale-extendederrors-test-failure' into 'main'
Tweak timings in serve-stale system test Closes #3341 See merge request isc-projects/bind9!6276
This commit is contained in:
commit
31f937cb05
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
. ../conf.sh
|
||||
|
||||
RNDCCMD="$RNDC -c ../common/rndc.conf -p ${CONTROLPORT} -s"
|
||||
DIG="$DIG +time=11"
|
||||
DIG="$DIG +time=12 +tries=1"
|
||||
|
||||
max_stale_ttl=$(sed -ne 's,^[[:space:]]*max-stale-ttl \([[:digit:]]*\).*,\1,p' $TOP_SRCDIR/bin/named/config.c)
|
||||
stale_answer_ttl=$(sed -ne 's,^[[:space:]]*stale-answer-ttl \([[:digit:]]*\).*,\1,p' $TOP_SRCDIR/bin/named/config.c)
|
||||
|
|
|
|||
Loading…
Reference in a new issue