Skip to content

Commit

Permalink
Increase the cppcheck timeout to 600 seconds. (ros2#2409)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Oren Bell <oren.bell@wustl.edu>
  • Loading branch information
clalancette authored and nightduck committed Jan 25, 2024
1 parent 926b9eb commit ba201e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ install(

if(TEST cppcheck)
# must set the property after ament_package()
set_tests_properties(cppcheck PROPERTIES TIMEOUT 500)
set_tests_properties(cppcheck PROPERTIES TIMEOUT 600)
endif()

if(TEST cpplint)
Expand Down

0 comments on commit ba201e0

Please sign in to comment.