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
Julian Blumenthal
athena
Commits
33612129
Commit
33612129
authored
4 years ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
OverlayConfiguration: Increase test timeouts.
Tests have been timing out frequently in debug builds.
parent
0196c8db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/Overlay/OverlayConfiguration/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Simulation/Overlay/OverlayConfiguration/CMakeLists.txt
with
2 additions
and
2 deletions
Simulation/Overlay/OverlayConfiguration/CMakeLists.txt
+
2
−
2
View file @
33612129
...
@@ -15,10 +15,10 @@ atlas_install_runtime( test/OverlayTest.py )
...
@@ -15,10 +15,10 @@ atlas_install_runtime( test/OverlayTest.py )
# Setup and run tests
# Setup and run tests
atlas_add_test
(
OverlayTest_MC
atlas_add_test
(
OverlayTest_MC
SCRIPT test/OverlayTest.py
SCRIPT test/OverlayTest.py
PROPERTIES TIMEOUT
6
00
PROPERTIES TIMEOUT
9
00
POST_EXEC_SCRIPT nopost.sh
)
POST_EXEC_SCRIPT nopost.sh
)
atlas_add_test
(
OverlayTest_data
atlas_add_test
(
OverlayTest_data
SCRIPT test/OverlayTest.py -d
SCRIPT test/OverlayTest.py -d
PROPERTIES TIMEOUT
6
00
PROPERTIES TIMEOUT
9
00
POST_EXEC_SCRIPT nopost.sh
)
POST_EXEC_SCRIPT nopost.sh
)
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