From b59a514648e039194ac8f497e54a6f253f144e40 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 22 May 2020 20:50:53 +0200 Subject: [PATCH] CaloRec: Increase test timeouts. Trying to address timeouts seen in the dbg build. --- Calorimeter/CaloRec/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Calorimeter/CaloRec/CMakeLists.txt b/Calorimeter/CaloRec/CMakeLists.txt index 3eeb4ff05f3..abb8d3b5f12 100644 --- a/Calorimeter/CaloRec/CMakeLists.txt +++ b/Calorimeter/CaloRec/CMakeLists.txt @@ -125,13 +125,13 @@ atlas_add_test( CaloCellContainerAliasAlg_test atlas_add_test( CaloThinCellsBySamplingAlg_test SCRIPT python -m CaloRec.CaloThinCellsBySamplingAlg_test - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 LOG_SELECT_PATTERN "ERROR|error|WARNING [^U]|FATAL|processing" ) atlas_add_test( CaloThinCellsByClusterAlg_test SCRIPT python -m CaloRec.CaloThinCellsByClusterAlg_test - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 LOG_SELECT_PATTERN "ERROR|error|WARNING [^U]|FATAL|processing" ) -- GitLab