Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Humble source build #1781

Draft
wants to merge 3 commits into
base: humble
Choose a base branch
from
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