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

Merge branch 'wdconinc-main-patch-25853' into 'main'

feat: don't ever timeout eicrecon

See merge request !25
parents 7baaca3f 387e91cb
No related branches found
No related tags found
1 merge request!25feat: don't ever timeout eicrecon
Pipeline #43890 passed with stage
in 3 minutes and 10 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