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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user