increase test timeout

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
Dirk Thomas 2020-07-14 09:39:27 -07:00
parent 2a94c21148
commit 5dd0cac391
No known key found for this signature in database
GPG Key ID: 9ED46FB2E398E553

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