]> 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:06:48 +0000 (10:06 +1000)
bin/tests/system/rpz/tests.sh

index 4d4978a229e0c6df3aa8f2278f2790d8c31f0377..6294fd48a82c730d6156952219eb8b2ca46bda09 100644 (file)
@@ -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 &/'`