Skip to content

Commit 126d517

Browse files
Increase timeout for rclcpp_lifecycle to 360 (#2395)
* Increase timeout for rclcpp_lifecycle to 360 Signed-off-by: Jorge Perez <[email protected]> Co-authored-by: Chris Lalancette <[email protected]>
1 parent 5d2b32b commit 126d517

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rclcpp_lifecycle/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,13 @@ if(BUILD_TESTING)
6060
find_package(ament_lint_auto REQUIRED)
6161
# Give cppcheck hints about macro definitions coming from outside this package
6262
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
63+
list(APPEND AMENT_LINT_AUTO_EXCLUDE "ament_cmake_cppcheck")
6364
ament_lint_auto_find_test_dependencies()
6465

66+
find_package(ament_cmake_cppcheck REQUIRED)
67+
ament_cppcheck()
68+
set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)
69+
6570
find_package(performance_test_fixture REQUIRED)
6671

6772
add_performance_test(

0 commit comments

Comments
 (0)