From c012ae7862ee4d3057c4392c9ec86dc29902fa36 Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Fri, 14 Feb 2025 22:46:56 +0100
Subject: [PATCH] Fixes to CI test for online binary

---
 algo/test/CMakeLists.txt   | 2 +-
 algo/test/realdata_test.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/algo/test/CMakeLists.txt b/algo/test/CMakeLists.txt
index be43848e9..f913f4317 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 de0408fe0..210b4ac55 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;"
-- 
GitLab