Skip to content
Snippets Groups Projects
Commit 907c8e4f authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

increase test timeout

The test kept timing out, so I increased the timeout (at least for
now).  If this doesn't work, I'll be temporarily disabling the test.
parent 5393026b
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ if( XAOD_STANDALONE ) ...@@ -93,7 +93,7 @@ if( XAOD_STANDALONE )
SOURCES test/ut_InDetTrackSelectionTool.cxx SOURCES test/ut_InDetTrackSelectionTool.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} xAODRootAccess LINK_LIBRARIES ${ROOT_LIBRARIES} xAODRootAccess
InDetTrackSelectionToolLib ) InDetTrackSelectionToolLib PROPERTIES TIMEOUT 600 )
endif() endif()
# Install files from the package: # Install files from the package:
......
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