]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add sleep 1 to loop
authorMark Andrews <marka@isc.org>
Wed, 10 Apr 2013 11:35:36 +0000 (21:35 +1000)
committerMark Andrews <marka@isc.org>
Wed, 10 Apr 2013 11:36:46 +0000 (21:36 +1000)
(cherry picked from commit cc444c73d5d0b635ba4704abde3773c110c3a7a2)

bin/tests/system/dlzexternal/tests.sh

index 32a72275502dc6d2793d5908721cc17983839710..0607fe06aab9252020adf64e8556746a1e2ed3bd 100644 (file)
@@ -58,6 +58,7 @@ for i in 0 1 2 3 4 5 6 7 8 9; do
     ret=0
     grep 'dlz_example: shutting down zone example.nil' ns1/named.run > /dev/null 2>&1 || ret=1
     [ "$ret" -eq 0 ] && break
+    sleep 1
 done
 [ "$ret" -eq 0 ] || echo "I:failed"
 status=`expr $status + $ret`