diff --git a/modules/tracker/mbt/test/generic-with-dataset/testGenericTracker.cpp b/modules/tracker/mbt/test/generic-with-dataset/testGenericTracker.cpp
index de84aeec61..899d9568f1 100644
--- a/modules/tracker/mbt/test/generic-with-dataset/testGenericTracker.cpp
+++ b/modules/tracker/mbt/test/generic-with-dataset/testGenericTracker.cpp
@@ -371,7 +371,7 @@ bool run(const std::string &input_directory, bool opt_click_allowed, bool opt_di
   map_thresh[vpMbGenericTracker::KLT_TRACKER] =
     useScanline ? std::pair<double, double>(0.007, 1.9) : std::pair<double, double>(0.007, 1.8);
   map_thresh[vpMbGenericTracker::EDGE_TRACKER | vpMbGenericTracker::KLT_TRACKER] =
-    useScanline ? std::pair<double, double>(0.005, 3.7) : std::pair<double, double>(0.007, 3.4);
+    useScanline ? std::pair<double, double>(0.005, 3.8) : std::pair<double, double>(0.007, 3.6);
 #endif
   map_thresh[vpMbGenericTracker::EDGE_TRACKER | vpMbGenericTracker::DEPTH_DENSE_TRACKER] =
     useScanline ? std::pair<double, double>(0.003, 1.7) : std::pair<double, double>(0.002, 0.8);