Skip to content

Commit

Permalink
FastSimTests: increase number of events
Browse files Browse the repository at this point in the history
Increase the number of events to check if we maybe were just lucky before, or if there really is an issue in the latest Geant4 version
  • Loading branch information
andresailer authored Aug 5, 2023
1 parent 95689ff commit 3397253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ClientTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ if (DD4HEP_USE_GEANT4)
foreach(script SiliconBlockGFlash SiliconBlockFastSim)
dd4hep_add_test_reg( ClientTests_sim_${script}_LONGTEST
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_ClientTests.sh"
EXEC_ARGS ${Python_EXECUTABLE} ${ClientTestsEx_INSTALL}/scripts/${script}.py -batch -events 2
-geometry ${ClientTestsEx_INSTALL}/compact/SiliconBlock.xml -batch -events 2
EXEC_ARGS ${Python_EXECUTABLE} ${ClientTestsEx_INSTALL}/scripts/${script}.py -batch -events 200
-geometry ${ClientTestsEx_INSTALL}/compact/SiliconBlock.xml -batch -events 200
REGEX_PASS "Event 1 Begin event action. Access event related information"
REGEX_FAIL "EXCEPTION; Exception;ERROR;Error" )
endforeach(script)
Expand Down

0 comments on commit 3397253

Please sign in to comment.