From: Mark Andrews Date: Mon, 10 Oct 2016 03:35:36 +0000 (+1100) Subject: sleep 2 to let in progress lookups complete X-Git-Tag: v9.12.0a1~737 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d3f29e7a4f426477cd3493cd2117f810fc4ad0d1;p=thirdparty%2Fbind9.git sleep 2 to let in progress lookups complete --- diff --git a/bin/tests/system/reclimit/tests.sh b/bin/tests/system/reclimit/tests.sh index 673be8edd7d..bb32ec53e60 100644 --- a/bin/tests/system/reclimit/tests.sh +++ b/bin/tests/system/reclimit/tests.sh @@ -35,6 +35,7 @@ status=`expr $status + $ret` n=`expr $n + 1` echo "I: attempt permissible lookup ($n)" ret=0 +sleep 2 echo "12" > ans2/ans.limit $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 flush 2>&1 | sed 's/^/I:ns1 /' $DIG $DIGOPTS @10.53.0.2 reset > /dev/null || ret=1