Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
f2739038
Commit
f2739038
authored
6 years ago
by
Susumu Oda
Committed by
Adam Edward Barton
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Avoid timeout in tests with dbg build (SCT_ConditionsAlgorithms)
parent
7ce00812
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt
+2
-2
2 additions, 2 deletions
...r/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt
with
2 additions
and
2 deletions
InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/CMakeLists.txt
+
2
−
2
View file @
f2739038
...
...
@@ -37,7 +37,7 @@ atlas_add_component( SCT_ConditionsAlgorithms
atlas_add_test
(
TestCalibChipRead
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testCalibChipRead.py
PROPERTIES TIMEOUT
3
00
PROPERTIES TIMEOUT
5
00
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
3
00
PROPERTIES TIMEOUT
5
00
ENVIRONMENT THREADS=5
)
atlas_add_test
(
TestDCSConditions
SCRIPT athena.py --threads=5 SCT_ConditionsAlgorithms/testDCSConditions.py
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment