Skip to content
Snippets Groups Projects
Commit 6e0e1ded authored by Administrator's avatar Administrator
Browse files

Increase test time

The current test time was slightly on the low side for run4. When running the
test locally on an empty node the execution time was below the maximum test
time. When running the test in parallel with other tests the test hits the
time limit. Fixing this by increasing the test time.
parent d9c2cef0
No related branches found
No related tags found
1 merge request!1985Increase test time
Pipeline #32208 passed
......@@ -51,7 +51,7 @@ ForEach(setup IN LISTS cbm_setup)
FIXTURES_SETUP fixture_c2f_reco_event_${setup}
)
math(EXPR timeOutTime "${NumEvents} * 30")
math(EXPR timeOutTime "${NumEvents} * 40")
# --- Reconstruction run, event-by-event
Set(testname c2f_reco_event_${setup})
Add_Test(${testname} ${MACRO_DIR}/run_reco_event.sh ${NumEvents} \"data/${setup}_test\" \"${setup}\")
......
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