diff --git a/Reconstruction/Jet/JetValidation/test/test_jet.sh b/Reconstruction/Jet/JetValidation/test/test_jet.sh
index cb4240b69dbc5f4b28e5520bbb14d3fd108de2b5..e564d623c95fcce5499a5ebe1df22137a81e27d9 100755
--- a/Reconstruction/Jet/JetValidation/test/test_jet.sh
+++ b/Reconstruction/Jet/JetValidation/test/test_jet.sh
@@ -1,7 +1,6 @@
 #!/bin/sh
 # art-description: ART test job HITS to AOD
 # art-type: grid
-# art-input: mc16_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.simul.HITS.e6337_s3126
 # art-include: master/Athena
 # art-output: *.root
 
@@ -22,7 +21,7 @@ echo "Output Validation file : ${ART_Validation}"
 echo "Submitting Reconstruction ..."
 
 Reco_tf.py \
-    --maxEvents ${Nevents} \
+    --maxEvents -1 \
     --inputHITSFile=${HITSFile} \
     --outputAODFile=${ART_AOD} \
     --outputNTUP_PHYSVALFile ${ART_Validation} \