From: Mark Andrews Date: Thu, 18 Sep 2014 00:06:48 +0000 (+1000) Subject: give the nameserver a little longer to response X-Git-Tag: v9.11.0a1~1378^2~23 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=06e28e50bd06bf3127b560c97a81f67306bacb02;p=thirdparty%2Fbind9.git give the nameserver a little longer to response --- diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index 4d4978a229e..6294fd48a82 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -65,7 +65,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 &/'`