Skip to content
Snippets Groups Projects
Commit 1d4cc433 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'timeout.ByteStreamCnvSvc-20181123' into 'master'

ByteStreamCnvSvc: Fix timeout setting for test.

See merge request atlas/athena!16199

Former-commit-id: 2ab8e6ea
parents f5c81d12 a212a296
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment