diff --git a/ci_tests/_tests_common.sh b/ci_tests/_tests_common.sh index 5d73a3cd01a5fd82ef861223bc496432e9564af6..13f94990acf9206dcb9022a91754a293181640fc 100644 --- a/ci_tests/_tests_common.sh +++ b/ci_tests/_tests_common.sh @@ -6,8 +6,8 @@ debug() { error() { >&2 echo "ERROR: $@" - debug "Sleeping for debugging..." - sleep 300 +# debug "Sleeping for debugging..." +# sleep 300 exit 1 } @@ -189,9 +189,9 @@ run_mapserver_postgres_checks() { if [[ ${near_time} -ne 24 ]]; then return 1 fi - # should not have had any results + # should not have had any results (result: "[]\n") debug "MapServer too late time size: ${too_late_time}" - if [[ ${too_late_time} -ne 0 ]]; then + if [[ ${too_late_time} -ne 3 ]]; then return 1 fi