]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 00:51:35 +0000 (00:51 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 00:51:35 +0000 (00:51 +0000)
Increase max wait time for transfer to Retry time + 1 minute, since some
OS's appear to drop UDP packets and not get the initial SOA reply.
(+ fix to the above)

bin/tests/system/xferquota/tests.sh

index b007553866f37b5903b1040c9348ac48c603ccc2..d024ae7ec41275468c5da22007bb5c6583edc3f7 100644 (file)
@@ -15,7 +15,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: tests.sh,v 1.11.2.1 2000/07/10 04:52:11 gson Exp $
+# $Id: tests.sh,v 1.11.2.2 2000/07/12 00:51:35 gson Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -35,7 +35,7 @@ while [ $count != 300 ]; do
        sleep 1
        ticks=`expr $ticks + 1`
        seconds=`expr $ticks \* 1`
-       if [ $ticks = 60 ]; then
+       if [ $ticks = 360 ]; then
                echo "I:Took too long to load zones"
                exit 1
        fi