Merge pull request #63 from ros-perception/dirk-thomas/increase-test-timeout

increase test timeout
This commit is contained in:
Jonathan Binney
2020-07-14 10:29:05 -07:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ if(BUILD_TESTING)
ament_add_gtest(projection_test ament_add_gtest(projection_test
test/projection_test.cpp test/projection_test.cpp
TIMEOUT 180) TIMEOUT 240)
if(TARGET projection_test) if(TARGET projection_test)
target_link_libraries(projection_test laser_geometry) target_link_libraries(projection_test laser_geometry)
endif() endif()