Skip to content

Commit

Permalink
Increase timeOut for IDEA test (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF authored Feb 22, 2024
1 parent 92ffe4a commit acfef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcgeoTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Except
SET( test_name "test_IDEA_o1_v02" )
ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh"
ddsim --compactFile=${CMAKE_CURRENT_SOURCE_DIR}/../FCCee/IDEA/compact/IDEA_o1_v02/IDEA_o1_v02.xml --runType=batch -G -N=1 --outputFile=testIDEA_o1_v02.slcio )
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" TIMEOUT 240)
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" TIMEOUT 360)

#--------------------------------------------------
# test for ALLEGRO o1 v02
Expand Down

0 comments on commit acfef01

Please sign in to comment.