Increase tests timeout (needed for Mac)

This commit is contained in:
Alessandro Bottero 2018-03-27 18:09:03 +02:00
parent e852926c02
commit 5f2d6df121

View File

@ -67,7 +67,8 @@ if(BUILD_TESTING)
find_package(ament_cmake_gmock REQUIRED) find_package(ament_cmake_gmock REQUIRED)
ament_add_gtest(projection_test ament_add_gtest(projection_test
test/projection_test.cpp) test/projection_test.cpp
TIMEOUT 180)
if(TARGET projection_test) if(TARGET projection_test)
target_link_libraries(projection_test laser_geometry) target_link_libraries(projection_test laser_geometry)
endif() endif()