Skip to content
Snippets Groups Projects
Commit 207ac524 authored by Administrator's avatar Administrator
Browse files

Fix weekly tests

Increase test times for json configuration since the time for running the
reco stage increases nonlinearly with the number of events in the timeslice.
parent 20dd66c2
No related branches found
No related tags found
1 merge request!1104Fix weekly tests
Pipeline #21308 passed
...@@ -5,11 +5,11 @@ find_package(Python) ...@@ -5,11 +5,11 @@ find_package(Python)
if (Python_FOUND) if (Python_FOUND)
# Define the number of events to run # Define the number of events to run
if(LARGE_TEST_STATISTIC OR ${CBM_TEST_MODEL} MATCHES Weekly) if(LARGE_TEST_STATISTIC OR ${CBM_TEST_MODEL} MATCHES Weekly)
Set(production_macro_events 50) Set(production_macro_events 40)
else() else()
Set(production_macro_events 2) Set(production_macro_events 2)
endif() endif()
math(EXPR timeOutTime "300 + (${production_macro_events} * 20)") math(EXPR timeOutTime "300 + (${production_macro_events} * 150)")
GENERATE_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/PWG/common/production/run_json.sh) GENERATE_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/PWG/common/production/run_json.sh)
......
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