From b909698160afd245dc039aff84e7606c6ecc79ab Mon Sep 17 00:00:00 2001 From: christos <christos@cern.ch> Date: Fri, 11 Dec 2020 01:20:36 +0100 Subject: [PATCH] Increase time-out as for Athena dbg build it seems to take ~ 800 sec plus bit more --- Reconstruction/egamma/egammaValidation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/egamma/egammaValidation/CMakeLists.txt b/Reconstruction/egamma/egammaValidation/CMakeLists.txt index 3d34ec33ae5..fa9cd2a8f7b 100644 --- a/Reconstruction/egamma/egammaValidation/CMakeLists.txt +++ b/Reconstruction/egamma/egammaValidation/CMakeLists.txt @@ -19,5 +19,5 @@ atlas_install_scripts( test/*.sh scripts/*py ) atlas_add_test( ut_egammaARTJob_test SCRIPT test/ut_egammaARTJob_test.sh - PROPERTIES TIMEOUT 600 + PROPERTIES TIMEOUT 900 ) -- GitLab