Skip to content
Snippets Groups Projects
Commit 269eb63b authored by Teng Jian Khoo's avatar Teng Jian Khoo Committed by Marija Vranjes Milosavljevic
Browse files

Reduce HLT menu generation timeout in CI to 5'

Reduce HLT menu generation timeout in CI to 5'
parent 286e279d
No related branches found
No related tags found
3 merge requests!70996Draft: ZDC pulse analysis updates in support of analyses,!709742024-04-29: merge of 24.0 into main,!70944Reduce HLT menu generation timeout in CI to 5'
......@@ -64,7 +64,7 @@ function( atlas_test_hlt_trigger_menu menu )
atlas_add_test( "HLT_${menu}"
SCRIPT ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_HLTmenu.py Trigger.triggerMenuSetup=${menu} ${extra_args}
PRIVATE_WORKING_DIRECTORY
PROPERTIES TIMEOUT 1200
PROPERTIES TIMEOUT 500
POST_EXEC_SCRIPT "check_log.py --errors --config checklogTriggerTest.conf ${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/unitTestRun_HLT_${menu}/HLT_${menu}.log" )
endfunction()
......
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