Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!73578
MuonConfig: Increase test timeouts.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonConfig: Increase test timeouts.
ssnyder/athena:timeout.MuonConfig-20240807
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:timeout.MuonConfig-20240807
into
main
7 months ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Tests have been timing out in dbg build.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
1304c155
1 commit,
7 months ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
MuonSpectrometer/MuonConfig/CMakeLists.txt
+
3
−
3
Options
# Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
MuonConfig
)
@@ -44,11 +44,11 @@ if( NOT SIMULATIONBASE )
atlas_add_test
(
MuonSegmentFindingConfigTest
SCRIPT python -m MuonConfig.MuonSegmentFindingConfig --threads=1
PROPERTIES TIMEOUT
45
0
PROPERTIES TIMEOUT
60
0
POST_EXEC_SCRIPT noerror.sh
)
atlas_add_test
(
NewxAODConvertorTest
SCRIPT test/MuonxAODPRDCnv_test.py
PROPERTIES TIMEOUT
45
0
PROPERTIES TIMEOUT
120
0
POST_EXEC_SCRIPT noerror.sh
)
endif
()
Loading