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:
parent
d65bc667fa
commit
c277b4c8bb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue