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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Aparajita Dattagupta
athena
Commits
a077d4f5
Commit
a077d4f5
authored
6 years ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
AthViews: Increase test timeout.
Was timing out in some nightlies.
parent
54e51dfe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/AthViews/CMakeLists.txt
+2
-1
2 additions, 1 deletion
Control/AthViews/CMakeLists.txt
with
2 additions
and
1 deletion
Control/AthViews/CMakeLists.txt
+
2
−
1
View file @
a077d4f5
...
...
@@ -55,7 +55,8 @@ atlas_add_test( ViewCollectionMerge_test
ENVIRONMENT
"JOBOPTSEARCHPATH=
${
CMAKE_CURRENT_SOURCE_DIR
}
/test"
)
atlas_add_test
(
SimpleViews SCRIPT test/test_simple_view_example.sh
PROPERTIES PASS_REGULAR_EXPRESSION
"INFO view_test running with store view_9"
)
PROPERTIES PASS_REGULAR_EXPRESSION
"INFO view_test running with store view_9"
TIMEOUT 300
)
atlas_add_test
(
ViewScheduling SCRIPT test/test_view_scheduling.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