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)
# 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
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