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
!56550
ExpressionEvaluation: Increase test timeout.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ExpressionEvaluation: Increase test timeout.
ssnyder/athena:timeout.ExpressionEvaluation-20220906
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:timeout.ExpressionEvaluation-20220906
into
master
2 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
Avoid timeout in dbg build.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5fb3346b
1 commit,
2 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
PhysicsAnalysis/CommonTools/ExpressionEvaluation/CMakeLists.txt
+
1
−
0
Options
@@ -22,4 +22,5 @@ atlas_add_test( ExpressionParser_test
SOURCES test/ExpressionParser_test.cxx
LINK_LIBRARIES AthenaKernel ExpressionEvaluationLib GaudiKernel StoreGateLib TestTools xAODMuon xAODTracking
POST_EXEC_SCRIPT nopost.sh
PROPERTIES TIMEOUT 300
ENVIRONMENT
"JOBOPTSEARCHPATH=
${
CMAKE_CURRENT_SOURCE_DIR
}
/share"
)
Loading