Skip to content
Snippets Groups Projects

Fix for ATEAM-505 and change for ATLASRECTS-4832

Merged Susumu Oda requested to merge oda/athena:master-ATEAM-505 into master
@@ -42,9 +42,9 @@ atlas_add_test( TestCalibChipRead
PROPERTIES TIMEOUT 300
ENVIRONMENT THREADS=5 )
atlas_add_test( TestCalibRead
SCRIPT athena.py --threads=1 SCT_ConditionsAlgorithms/testCalibRead.py
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testCalibRead.py
PROPERTIES TIMEOUT 300
ENVIRONMENT THREADS=1 )
ENVIRONMENT THREADS=5 )
atlas_add_test( TestConfig
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testConfig.py
PROPERTIES TIMEOUT 300
Loading