Skip to content

Commit

Permalink
[CM] Increase tests timeout (#1224)
Browse files Browse the repository at this point in the history
(cherry picked from commit 82c82ae)

# Conflicts:
#	controller_manager/CMakeLists.txt
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Dec 17, 2023
1 parent 85cf18b commit cd7f2d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,21 @@ if(BUILD_TESTING)
test/test_controller_manager_srvs.cpp
APPEND_ENV AMENT_PREFIX_PATH=${ament_index_build_path}_$<CONFIG>
)
<<<<<<< HEAD
target_include_directories(test_controller_manager_srvs PRIVATE include)
target_link_libraries(test_controller_manager_srvs ${PROJECT_NAME} test_controller test_chainable_controller)
ament_target_dependencies(
test_controller_manager_srvs
=======
target_link_libraries(test_controller_manager_srvs
controller_manager
test_controller
test_chainable_controller
ros2_control_test_assets::ros2_control_test_assets
)
set_tests_properties(test_controller_manager_srvs PROPERTIES TIMEOUT 120)
ament_target_dependencies(test_controller_manager_srvs
>>>>>>> 82c82ae ([CM] Increase tests timeout (#1224))
controller_manager_msgs
ros2_control_test_assets
)
Expand Down

0 comments on commit cd7f2d6

Please sign in to comment.