increase test timeout necessary for Connext (#1256)

* increase test timeout necessary for Connext

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>

* revert changes overlapping with another PR

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
Dirk Thomas 2020-08-03 11:28:56 -07:00 committed by brawner
parent d65bc667fa
commit c277b4c8bb

View file

@ -74,7 +74,7 @@ if(BUILD_TESTING)
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS}) set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
ament_lint_auto_find_test_dependencies() ament_lint_auto_find_test_dependencies()
ament_add_gtest(test_client test/test_client.cpp TIMEOUT 120) ament_add_gtest(test_client test/test_client.cpp TIMEOUT 180)
if(TARGET test_client) if(TARGET test_client)
ament_target_dependencies(test_client ament_target_dependencies(test_client
"rcutils" "rcutils"