diff --git a/algo/test/CMakeLists.txt b/algo/test/CMakeLists.txt index be43848e9f393c352b3afa264285d594c8d564d6..f913f4317142857b7358dc497e675d641dc236ce 100644 --- a/algo/test/CMakeLists.txt +++ b/algo/test/CMakeLists.txt @@ -40,7 +40,7 @@ if (DEFINED ENV{RAW_DATA_PATH}) Message( STATUS "MR or Continuous model detected, decreasing TS nb for OnlineReco tests to single one." ) SET( RECO_TS_NB 1) SET( RECO_THREADS_NB $ENV{number_of_processors_for_test}) - SET( ONLINE_RECO_TO 100) # MR mode on run4: 45-50s for 2391 + SET( ONLINE_RECO_TO 200) # MR mode on run4: 45-50s for 2391 elseif(${CBM_TEST_MODEL} MATCHES Weekly OR ${CBM_TEST_MODEL} MATCHES Profile ) Message( STATUS "Profiling model detected, increasing timeout and TS nb for OnlineReco tests with coverage." ) SET( RECO_TS_NB 20) diff --git a/algo/test/realdata_test.sh b/algo/test/realdata_test.sh index de0408fe06b60def44a9d4f87b44c7eec69f7890..210b4ac55320d4547417c94b8bdcf13e0a00e7b5 100755 --- a/algo/test/realdata_test.sh +++ b/algo/test/realdata_test.sh @@ -91,4 +91,4 @@ ensure_gt_zero "$log" "Triggers: %1, events %2" ensure_gt_zero "$log" "TS contains Hits: STS=%1 TOF=%2 TRD=%3" # Check Tracks -ensure_gt_zero "$log" "TrackingChain: Timeslice contains %1 tracks, with %2 sts hits, %3 tof hits, 0 trd hits;" +ensure_gt_zero "$log" "TrackingChain: Timeslice contains %1 tracks, with %2 sts hits, %3 tof hits, %4 trd hits;"