Increase tests timeout (needed for Mac)
This commit is contained in:
parent
e852926c02
commit
5f2d6df121
|
|
@ -67,7 +67,8 @@ if(BUILD_TESTING)
|
|||
find_package(ament_cmake_gmock REQUIRED)
|
||||
|
||||
ament_add_gtest(projection_test
|
||||
test/projection_test.cpp)
|
||||
test/projection_test.cpp
|
||||
TIMEOUT 180)
|
||||
if(TARGET projection_test)
|
||||
target_link_libraries(projection_test laser_geometry)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user