Skip to content

Commit

Permalink
Increase action tests timeout (ros-controls#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 17, 2023
1 parent 16c6289 commit 6e6989d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joint_trajectory_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if(BUILD_TESTING)
ament_add_gmock(test_trajectory_actions
test/test_trajectory_actions.cpp
)
set_tests_properties(test_trajectory_actions PROPERTIES TIMEOUT 300)
target_link_libraries(test_trajectory_actions
joint_trajectory_controller
)
Expand Down

0 comments on commit 6e6989d

Please sign in to comment.