Skip to content
Snippets Groups Projects

EventIndexProducer: Increase test timeouts.

Merged Scott Snyder requested to merge ssnyder/athena:timeout.EventIndexProducer-20240108 into main
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( EventIndexProducer )
@@ -53,19 +53,19 @@ atlas_install_runtime( scripts/*.py )
atlas_add_test( AODEventPicking_run2_data
SCRIPT test/AODEventPicking_run2_data.sh "${CMAKE_CURRENT_SOURCE_DIR}"
LOG_SELECT_PATTERN "^[0-9]+ [0-9]+$"
PROPERTIES TIMEOUT 600 )
PROPERTIES TIMEOUT 900 )
atlas_add_test( AODEventPicking_run2_mc
SCRIPT test/AODEventPicking_run2_mc.sh "${CMAKE_CURRENT_SOURCE_DIR}"
LOG_SELECT_PATTERN "^[0-9]+ [0-9]+$"
PROPERTIES TIMEOUT 600 )
PROPERTIES TIMEOUT 900 )
atlas_add_test( AODEventPicking_run3_data
SCRIPT test/AODEventPicking_run3_data.sh "${CMAKE_CURRENT_SOURCE_DIR}"
LOG_SELECT_PATTERN "^[0-9]+ [0-9]+$"
PROPERTIES TIMEOUT 600 )
PROPERTIES TIMEOUT 900 )
atlas_add_test( AODEventPicking_run3_mc
SCRIPT test/AODEventPicking_run3_mc.sh "${CMAKE_CURRENT_SOURCE_DIR}"
LOG_SELECT_PATTERN "^[0-9]+ [0-9]+$"
PROPERTIES TIMEOUT 600 )
PROPERTIES TIMEOUT 900 )
Loading