diff --git a/changedetectionio/run_all_tests.sh b/changedetectionio/run_all_tests.sh index c2bbf9aa8..625429c78 100755 --- a/changedetectionio/run_all_tests.sh +++ b/changedetectionio/run_all_tests.sh @@ -9,6 +9,8 @@ # exit when any command fails set -e +export MINIMUM_SECONDS_RECHECK_TIME=0 + find tests/test_*py -type f|while read test_name do echo "TEST RUNNING $test_name"