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

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