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
commit 28776b51c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()