Skip to content
Snippets Groups Projects
Commit 387e91cb authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: don't ever timeout eicrecon

parent 7baaca3f
No related branches found
No related tags found
1 merge request!25feat: don't ever timeout eicrecon
Pipeline #43749 passed with stage
in 3 minutes and 7 seconds
......@@ -268,7 +268,7 @@ fi
# Run eicrecon reconstruction
date
/usr/bin/time -v \
run_eicrecon_reco_flags.py "${JUGGLER_SIM_FILE}" "${RECO_TEMP}/${TASKNAME}.eicrecon" -Pjana:warmup_timeout=600 -n=0 -Pjana:timeout=300
run_eicrecon_reco_flags.py "${JUGGLER_SIM_FILE}" "${RECO_TEMP}/${TASKNAME}.eicrecon" -Pjana:warmup_timeout=0 -Pjana:timeout=0
# Remove full simulation
rm -f ${FULL_TEMP}/${TASKNAME}.edm4hep.root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment