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
Ligang Xia
athena
Commits
a212a296
Commit
a212a296
authored
6 years ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
ByteStreamCnvSvc: Fix timeout setting for test.
Was timing out in some nightlies. Former-commit-id:
5b25e3d7
parent
6a018f21
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
Event/ByteStreamCnvSvc/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Event/ByteStreamCnvSvc/CMakeLists.txt
with
2 additions
and
2 deletions
Event/ByteStreamCnvSvc/CMakeLists.txt
+
2
−
2
View file @
a212a296
...
...
@@ -91,6 +91,7 @@ function( _add_test testName toExecute )
# Set up the test:
atlas_add_test
(
${
testName
}
SCRIPT
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
testName
}
_test.sh
PROPERTIES TIMEOUT 300
${
_options
}
)
endfunction
(
_add_test
)
...
...
@@ -98,8 +99,7 @@ endfunction( _add_test )
# Test(s) in the package:
_add_test
(
BSEventSelector
"athena.py ByteStreamCnvSvc/BSEventSelector_test_jobOptions.py"
POST_EXEC test/post_check.sh
PROPERTIES TIMEOUT 300
)
POST_EXEC test/post_check.sh
)
_add_test
(
AtlCopyBSEvent1_test
"AtlCopyBSEvent -e 186882810,187403142,187404922,187419528 -o test.data /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00327265.physics_EnhancedBias.merge.RAW._lb0100._SFO-1._0001.1"
...
...
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