Skip to content

Commit

Permalink
Increase timeout for rclcpp_lifecycle to 360 (#2395)
Browse files Browse the repository at this point in the history
* Increase timeout for rclcpp_lifecycle to 360

Signed-off-by: Jorge Perez <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
  • Loading branch information
Blast545 and clalancette authored Jan 3, 2024
1 parent 5d2b32b commit 126d517
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rclcpp_lifecycle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# Give cppcheck hints about macro definitions coming from outside this package
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
list(APPEND AMENT_LINT_AUTO_EXCLUDE "ament_cmake_cppcheck")
ament_lint_auto_find_test_dependencies()

find_package(ament_cmake_cppcheck REQUIRED)
ament_cppcheck()
set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)

find_package(performance_test_fixture REQUIRED)

add_performance_test(
Expand Down

0 comments on commit 126d517

Please sign in to comment.