From 56028d9cc55231109b2af5703a216526bc042633 Mon Sep 17 00:00:00 2001 From: Scott Snyder <scott.snyder@cern.ch> Date: Wed, 29 May 2024 18:57:58 +0200 Subject: [PATCH] GeoModelUtilities: Increase test timeout. GeoModelUtilities: Increase test timeout. Increase timeout fogr testAlignStore, which has been timing on in dbg builds. --- DetectorDescription/GeoModel/GeoModelUtilities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DetectorDescription/GeoModel/GeoModelUtilities/CMakeLists.txt b/DetectorDescription/GeoModel/GeoModelUtilities/CMakeLists.txt index 7aef13e70316..e8e6e0ec5f96 100644 --- a/DetectorDescription/GeoModel/GeoModelUtilities/CMakeLists.txt +++ b/DetectorDescription/GeoModel/GeoModelUtilities/CMakeLists.txt @@ -42,7 +42,7 @@ atlas_add_test( GeoAlignStore_test SOURCES test/testAlignStore.cxx INCLUDE_DIRS ${GEOMODEL_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES ${GEOMODEL_LIBRARIES} ${ROOT_LIBRARIES} GeoModelUtilities - PROPERTIES TIMEOUT 600 + PROPERTIES TIMEOUT 900 POST_EXEC_SCRIPT nopost.sh) # Code in this file makes heavy use of eigen and runs orders of magnitude # more slowly without optimization. So force this to be optimized even -- GitLab