Skip to content

Commit

Permalink
Increase action tests timeout (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored and bmagyar committed Jun 26, 2023
1 parent 164aab9 commit bc0f3fc
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 bc0f3fc

Please sign in to comment.