Skip to content
Snippets Groups Projects
Commit a212a296 authored by scott snyder's avatar scott snyder
Browse files

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
......@@ -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