From: Aki Tuomi Date: Sun, 29 Nov 2015 16:09:54 +0000 (+0200) Subject: Make some tools timeout X-Git-Tag: dnsdist-1.0.0-alpha1~139^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2962%2Fhead;p=thirdparty%2Fpdns.git Make some tools timeout --- diff --git a/regression-tests/runtests b/regression-tests/runtests index c38e23b6bc..aba842afe0 100755 --- a/regression-tests/runtests +++ b/regression-tests/runtests @@ -21,6 +21,11 @@ for prog in $SDIG $SAXFR $NSEC3DIG; do fi done +export SDIG="timeout 5 $SDIG" +export NSEC3DIG="timeout 5 $NSEC3DIG" +export SAXFR="timeout 30 $SAXFR" +export PDNSCONTROL="timeout 5 $PDNSCONTROL" + rm -f test-results failed_tests passed_tests skipped_tests ${testsdir}/*/real_result ${testsdir}/*/diff ${testsdir}/*/*.out ${testsdir}/*/start ${testsdir}/*/step.* passed=0