Skip to content

Commit

Permalink
overlap test is slower now...
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Dec 16, 2024
1 parent dcd011e commit 9a6f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ SET( test_name "test_DCH_o1_v02_overlap" )
ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh"
ddsim --compactFile=${CMAKE_CURRENT_SOURCE_DIR}/compact/DCH_standalone_o1_v02.xml --runType run --part.userParticleHandler= --macroFile=${CMAKE_CURRENT_SOURCE_DIR}/../utils/overlap.mac )
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" )
set_tests_properties( t_${test_name} PROPERTIES TIMEOUT 60)
set_tests_properties( t_${test_name} PROPERTIES TIMEOUT 400)
endif()

#--------------------------------------------------
Expand Down

0 comments on commit 9a6f285

Please sign in to comment.