]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
give the nameserver a little longer to response
authorMark Andrews <marka@isc.org>
Thu, 18 Sep 2014 00:06:48 +0000 (10:06 +1000)
committerMark Andrews <marka@isc.org>
Thu, 18 Sep 2014 00:10:29 +0000 (10:10 +1000)
(cherry picked from commit 06e28e50bd06bf3127b560c97a81f67306bacb02)

bin/tests/system/rpz/tests.sh

index 3a1fe922b5f0c97f13f5e8ee9e7c4dfea6d68bf1..a9feb87d3da8c2c0b0e4b94c2ff38964b13f9b85 100644 (file)
@@ -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 &/'`