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
!71652
StoreGateTests: Increase test timeout.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
StoreGateTests: Increase test timeout.
ssnyder/athena:timeout.StoreGateTests-20240523
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:timeout.StoreGateTests-20240523
into
main
11 months ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Increase timeout for test which has been timing out frequently in some builds.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5eca7683
1 commit,
11 months ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Control/StoreGateTests/CMakeLists.txt
+
2
−
1
Options
# Copyright (C) 2002-202
2
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
(
StoreGateTests
)
@@ -20,6 +20,7 @@ atlas_install_joboptions( share/*.py share/tests/*.py )
atlas_add_test
(
PyClidsTestWriter
SCRIPT athena.py StoreGateTests/test_recordStlClids_jobOptions.py
PROPERTIES TIMEOUT 600
LOG_IGNORE_PATTERN
"running|XMLCatalog|0x[0-9a-f]{4,}"
)
atlas_add_test
(
SgProducerConsumer
Loading