From 05321441a4d496d0b1a99214d653ded9ecadc61d Mon Sep 17 00:00:00 2001
From: "s.zharko@gsi.de" <s.zharko@gsi.de>
Date: Mon, 14 Oct 2024 11:55:56 +0200
Subject: [PATCH] Timeout for mcbm_2024_rec_3105 is temporarily increased to
 95s, timeout for mcbm_2024_qa_3105 is increased to 135s

Extra time is needed to initialize the KF-setup instance in CbmL1::Init(), which
is done aside to the old geometry scheme intialization for CA. Keeping
of the two setup versions is temporary until the track-fitting utilities will
be fully moved to the KF framework.
---
 macro/beamtime/mcbm2024/CMakeLists.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/macro/beamtime/mcbm2024/CMakeLists.txt b/macro/beamtime/mcbm2024/CMakeLists.txt
index c05bf5322d..b24b12aa7f 100644
--- a/macro/beamtime/mcbm2024/CMakeLists.txt
+++ b/macro/beamtime/mcbm2024/CMakeLists.txt
@@ -57,21 +57,21 @@ If(DEFINED ENV{RAW_DATA_PATH} )
     Message( STATUS "MR or Continuous model detected, decreasing event nb for mCBM 2024 reco tests to single one." )
     SET( RECO_TS_NB 11)
     SET( RAW_DATA_UNPACK_TO 100) # MR mode on run4: 80s
-    SET( DIGI_RECO_TO 70) # MR mode on run4: 60s
-    SET( RECO_QA_TO 90) # MR mode on run4: 70
+    SET( DIGI_RECO_TO 95) # MR mode on run4: 60s
+    SET( RECO_QA_TO 135) # MR mode on run4: 70
     List(APPEND mcbm_2024_runs 3105)  # Run CI only on 3105 for now
   elseif(${CBM_TEST_MODEL} MATCHES Weekly OR ${CBM_TEST_MODEL} MATCHES Profile )
     Message( STATUS "Profiling model detected, increasing timeout and event nb for mCBM 2024 tests with coverage." )
     SET( RECO_TS_NB 20)
     SET( RAW_DATA_UNPACK_TO 1200) # Weekly mode on virgo: ?? s
-    SET( DIGI_RECO_TO 1200) # Weekly mode on virgo: ?? s
-    SET( RECO_QA_TO 1200) # Weekly mode on virgo: ?? s
+    SET( DIGI_RECO_TO 1400) # Weekly mode on virgo: ?? s
+    SET( RECO_QA_TO 1500) # Weekly mode on virgo: ?? s
     List(APPEND mcbm_2024_runs 3105)  # Run CI only on 3105 for now
   else()
     SET( RECO_TS_NB 13)
     SET( RAW_DATA_UNPACK_TO 200) # MR mode on run4: 80s, spiil start at TS 10
-    SET( DIGI_RECO_TO 140) # MR mode on run4: 60s, spiil start at TS 10
-    SET( RECO_QA_TO 180) # MR mode on run4: 70, spiil start at TS 10
+    SET( DIGI_RECO_TO 180) # MR mode on run4: 60s, spiil start at TS 10
+    SET( RECO_QA_TO 200) # MR mode on run4: 70, spiil start at TS 10
     List(APPEND mcbm_2024_runs 3105)  # Run CI only on 3105 for now
   endif()
 
-- 
GitLab