Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/humble-source-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Humble Source Build
on:
workflow_dispatch:
pull_request:
branches:
- humble
push:
branches:
- humble
Expand All @@ -22,6 +25,6 @@ jobs:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-source-build.yml@master
with:
ros_distro: humble
ref: humble
ref: fix/source
ros2_repo_branch: humble
os_name: ubuntu-22.04
2 changes: 1 addition & 1 deletion controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if(BUILD_TESTING)
controller_manager_msgs
ros2_control_test_assets
)
set_tests_properties(test_controller_manager_srvs PROPERTIES TIMEOUT 120)
set_tests_properties(test_controller_manager_srvs PROPERTIES TIMEOUT 240)
ament_add_gmock(test_controller_manager_urdf_passing
test/test_controller_manager_urdf_passing.cpp
)
Expand Down
Loading