From 217463d8db6696eacb43b25e3807e7a88514abab Mon Sep 17 00:00:00 2001 From: Susumu Oda <susumu.oda@cern.ch> Date: Tue, 16 Apr 2019 18:29:04 +0000 Subject: [PATCH] Increase timeout of SCT tests to 600 ns. --- .../SCT_ConditionsAlgorithms/CMakeLists.txt | 32 +++++++++---------- .../SCT_ModuleDistortions/CMakeLists.txt | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt b/InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt index 08ccba132b7..33375a73faa 100644 --- a/InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt +++ b/InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt @@ -37,67 +37,67 @@ atlas_add_component( SCT_ConditionsAlgorithms atlas_add_test( TestCalibChipRead SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testCalibChipRead.py - PROPERTIES TIMEOUT 500 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestCalibRead SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testCalibRead.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestConfig SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testConfig.py - PROPERTIES TIMEOUT 500 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestDCSConditions SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testDCSConditions.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestLinkMasking SCRIPT share/TestLinkMasking.sh - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestMajority SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testMajority.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestModuleVeto SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testModuleVeto.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestMonRead SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testMonRead.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestParameters SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testParameters.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestReadout SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testReadout.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestRodVeto SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testRodVeto.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestSensors SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testSensors.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestSilicon SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testSilicon.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestStripVeto SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testStripVeto.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestSummary SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testSummary.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) atlas_add_test( TestTdaqEnabled SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testTdaqEnabled.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) # Install files from the package: diff --git a/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/CMakeLists.txt b/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/CMakeLists.txt index 60c22296c5f..a9ea09ee3f5 100644 --- a/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/CMakeLists.txt +++ b/InnerDetector/InDetDetDescr/SCT_ModuleDistortions/CMakeLists.txt @@ -34,7 +34,7 @@ atlas_add_component( SCT_ModuleDistortions atlas_add_test( TestSCT_DistortionsTool SCRIPT athena.py --threads=5 SCT_ModuleDistortions/TestSCT_DistortionsTool.py - PROPERTIES TIMEOUT 300 + PROPERTIES TIMEOUT 600 ENVIRONMENT THREADS=5 ) # Install files from the package: -- GitLab