diff --git a/ci_tests/_tests_common.sh b/ci_tests/_tests_common.sh
index 13f94990acf9206dcb9022a91754a293181640fc..699e7e9daac767eb507b98cf41b2ca208f6ae55c 100644
--- a/ci_tests/_tests_common.sh
+++ b/ci_tests/_tests_common.sh
@@ -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