diff --git a/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py b/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py
index c15c5d6f53404fa8561818e73080d230b00387df..847b20a4ce29b8e8b86f312ff33c928807d5a153 100644
--- a/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py
+++ b/Hlt/Hlt2Conf/tests/options/hlt2_thor_selections.py
@@ -49,7 +49,7 @@ def make_lines():
     filtered = ParticleFilter(
         Input=filtered,
         Cut=F.FILTER(require_all(
-            F.PT > 500 * MeV,
+            F.PT > 750 * MeV,
             F.MINIPCHI2(pvs) > 4,
         )),
     )