diff --git a/Examples/IO/test/CMakeLists.txt b/Examples/IO/test/CMakeLists.txt
index 3bea063b8e1bb5ced3590bdf950df2ec8db16e2e..769c7957601accf935714fc2e4aedc791ce3f95a 100644
--- a/Examples/IO/test/CMakeLists.txt
+++ b/Examples/IO/test/CMakeLists.txt
@@ -79,7 +79,7 @@ otb_add_test(NAME ioTeImageToKmzAndMapFileProductExample COMMAND ${OTB_TEST_DRIV
 )
 
 otb_add_test(NAME ioTeTileMapImageIOExampleTest COMMAND ${OTB_TEST_DRIVER}
-  --compare-image ${HIGHTOL}
+  --compare-image 10.0
     ${BASELINE}/openStreetMap.png
     ${TEMP}/openStreetMap.png
   Execute $<TARGET_FILE:TileMapImageIOExample>
diff --git a/Examples/Simulation/test/CMakeLists.txt b/Examples/Simulation/test/CMakeLists.txt
index e94dea6becdbe40f445a25377d797a424d571b61..c0f9aafded118190734260dbdf4fd5fe20aff434 100644
--- a/Examples/Simulation/test/CMakeLists.txt
+++ b/Examples/Simulation/test/CMakeLists.txt
@@ -4,7 +4,7 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Examples)
 # ------- ProsailModelExampleTest ----------
 
 otb_add_test(NAME siTvProsailModelExampleTest COMMAND ${OTB_TEST_DRIVER}
-  --compare-ascii ${TOL_3}
+  --compare-ascii ${EPSILON_3}
     ${BASELINE}/siTvProsailModelExampleTest.txt
     ${TEMP}/siTvProsailModelExampleTest.txt
   Execute $<TARGET_FILE:ProsailModel>
@@ -27,7 +27,7 @@ otb_add_test(NAME siTvProsailModelExampleTest COMMAND ${OTB_TEST_DRIVER}
 
 
 otb_add_test(NAME siTvLAIFromNDVIImageTransfromExampleTest  COMMAND ${OTB_TEST_DRIVER}
-  --compare-image ${TOL_8}
+  --compare-image ${EPSILON_8}
     ${BASELINE_IMAGES_OTB}/raRAndNIRVegetationIndex_LAIFromNDVIFormosat2_verySmallFSATSWcRcNir.tif
     ${TEMP}/siTvLAIFromNDVIImageTransfromExampleTest_verySmallFSATSW.tif
   Execute $<TARGET_FILE:LAIFromNDVIImageTransform>
@@ -40,7 +40,7 @@ otb_add_test(NAME siTvLAIFromNDVIImageTransfromExampleTest  COMMAND ${OTB_TEST_D
 )
 
 otb_add_test(NAME siTvLAIAndPROSAILToSensorResponseExampleTest  COMMAND ${OTB_TEST_DRIVER}
---compare-image ${TOL_8}
+--compare-image ${EPSILON_8}
   ${BASELINE_IMAGES_APPLI}/siTvLAIAndPROSAILToSensorResponseSmall.tif
   ${TEMP}/siTvLAIAndPROSAILToSensorResponseSmall.tif
 Execute $<TARGET_FILE:LAIAndPROSAILToSensorResponse>