Skip to content
Snippets Groups Projects
Commit b59a5146 authored by scott snyder's avatar scott snyder
Browse files

CaloRec: Increase test timeouts.

Trying to address timeouts seen in the dbg build.
parent f969f47d
No related branches found
No related tags found
No related merge requests found
...@@ -125,13 +125,13 @@ atlas_add_test( CaloCellContainerAliasAlg_test ...@@ -125,13 +125,13 @@ atlas_add_test( CaloCellContainerAliasAlg_test
atlas_add_test( CaloThinCellsBySamplingAlg_test atlas_add_test( CaloThinCellsBySamplingAlg_test
SCRIPT python -m CaloRec.CaloThinCellsBySamplingAlg_test SCRIPT python -m CaloRec.CaloThinCellsBySamplingAlg_test
PROPERTIES TIMEOUT 300 PROPERTIES TIMEOUT 600
LOG_SELECT_PATTERN "ERROR|error|WARNING [^U]|FATAL|processing" ) LOG_SELECT_PATTERN "ERROR|error|WARNING [^U]|FATAL|processing" )
atlas_add_test( CaloThinCellsByClusterAlg_test atlas_add_test( CaloThinCellsByClusterAlg_test
SCRIPT python -m CaloRec.CaloThinCellsByClusterAlg_test SCRIPT python -m CaloRec.CaloThinCellsByClusterAlg_test
PROPERTIES TIMEOUT 300 PROPERTIES TIMEOUT 600
LOG_SELECT_PATTERN "ERROR|error|WARNING [^U]|FATAL|processing" ) LOG_SELECT_PATTERN "ERROR|error|WARNING [^U]|FATAL|processing" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment