Skip to content
Snippets Groups Projects
Verified Commit b30c67e5 authored by David Hoese's avatar David Hoese
Browse files

Bump time in mapserver postgres checks for higher chance of success

parent 79179ea9
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ run_mapserver_postgres_checks() {
# 2020-04-10T17:02:21
near_time=$(curl --fail -N -sS "http://${MAPSERVER_RELEASE_NAME}.${ns}/wms_times/g16/abi/radm1/C01?order=ASC&num_times=1&start_time=2020-04-10T17:02:21" | wc -m)
too_late_time=$(curl --fail -N -sS "http://${MAPSERVER_RELEASE_NAME}.${ns}/wms_times/g16/abi/radm1/C01?order=ASC&num_times=1&start_time=2020-04-10T17:02:22" | wc -m)
too_late_time=$(curl --fail -N -sS "http://${MAPSERVER_RELEASE_NAME}.${ns}/wms_times/g16/abi/radm1/C01?order=ASC&num_times=1&start_time=2020-04-11T17:02:21" | wc -m)
debug "MapServer near time size: ${near_time}"
if [[ ${near_time} -ne 24 ]]; then
return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment