From 336121293c676a82cc5baff72c9c05949d457148 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 30 Jun 2020 21:09:17 +0200 Subject: [PATCH] OverlayConfiguration: Increase test timeouts. Tests have been timing out frequently in debug builds. --- Simulation/Overlay/OverlayConfiguration/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simulation/Overlay/OverlayConfiguration/CMakeLists.txt b/Simulation/Overlay/OverlayConfiguration/CMakeLists.txt index a77429406ec..6c078af2f3c 100644 --- a/Simulation/Overlay/OverlayConfiguration/CMakeLists.txt +++ b/Simulation/Overlay/OverlayConfiguration/CMakeLists.txt @@ -15,10 +15,10 @@ atlas_install_runtime( test/OverlayTest.py ) # Setup and run tests atlas_add_test( OverlayTest_MC SCRIPT test/OverlayTest.py - PROPERTIES TIMEOUT 600 + PROPERTIES TIMEOUT 900 POST_EXEC_SCRIPT nopost.sh ) atlas_add_test( OverlayTest_data SCRIPT test/OverlayTest.py -d - PROPERTIES TIMEOUT 600 + PROPERTIES TIMEOUT 900 POST_EXEC_SCRIPT nopost.sh ) -- GitLab