Skip to content

Commit bff6916

Browse files
authored
Increase cppcheck timeout to 500s (ros2#1634)
Signed-off-by: Shane Loretz <[email protected]>
1 parent b8df934 commit bff6916

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rclcpp/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,8 @@ install(
247247
DIRECTORY include/ ${CMAKE_CURRENT_BINARY_DIR}/include/
248248
DESTINATION include
249249
)
250+
251+
if(TEST cppcheck)
252+
# must set the property after ament_package()
253+
set_tests_properties(cppcheck PROPERTIES TIMEOUT 500)
254+
endif()

0 commit comments

Comments
 (0)