Skip to content
Snippets Groups Projects
Commit f2739038 authored by Susumu Oda's avatar Susumu Oda Committed by Adam Edward Barton
Browse files

Avoid timeout in tests with dbg build (SCT_ConditionsAlgorithms)

parent 7ce00812
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ atlas_add_component( SCT_ConditionsAlgorithms
atlas_add_test( TestCalibChipRead
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testCalibChipRead.py
PROPERTIES TIMEOUT 300
PROPERTIES TIMEOUT 500
ENVIRONMENT THREADS=5 )
atlas_add_test( TestCalibRead
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testCalibRead.py
......@@ -45,7 +45,7 @@ atlas_add_test( TestCalibRead
ENVIRONMENT THREADS=5 )
atlas_add_test( TestConfig
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testConfig.py
PROPERTIES TIMEOUT 300
PROPERTIES TIMEOUT 500
ENVIRONMENT THREADS=5 )
atlas_add_test( TestDCSConditions
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testDCSConditions.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment