Merge branch '69-relax-fetchlimit-test' into 'main'

increase 1-second timeout in fetchlimit

Closes #69

See merge request isc-projects/bind9!5380
This commit is contained in:
Evan Hunt
2021-09-03 06:24:26 +00:00

View File

@@ -161,7 +161,7 @@ success=0
touch ans4/norespond
for try in 1 2 3 4 5; do
burst b $try 400
$DIGCMD a ${try}.example > dig.out.ns3.$try
$DIGCMD +time=2 a ${try}.example > dig.out.ns3.$try
stat 400 || exceeded=`expr $exceeded + 1`
grep "status: NOERROR" dig.out.ns3.$try > /dev/null 2>&1 && \
success=`expr $success + 1`