From: Mark Andrews Date: Thu, 18 Sep 2014 00:06:48 +0000 (+1000) Subject: give the nameserver a little longer to response X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bafe41ff28fb75a04fb45df17bf1c1b0bb8485;p=thirdparty%2Fbind9.git give the nameserver a little longer to response (cherry picked from commit 06e28e50bd06bf3127b560c97a81f67306bacb02) --- diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index 3a1fe922b5f..a9feb87d3da 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -61,7 +61,7 @@ digcmd () { # Default to +noauth and @$ns3 # Also default to -bX where X is the @value so that OS X will choose # the right IP source address. - digcmd_args=`echo "+noadd +time=1 +tries=1 -p 5300 $*" | \ + digcmd_args=`echo "+noadd +time=2 +tries=1 -p 5300 $*" | \ sed -e "/@/!s/.*/& @$ns3/" \ -e '/-b/!s/@\([^ ]*\)/@\1 -b\1/' \ -e '/+n?o?auth/!s/.*/+noauth &/'`