Skip to content

Commit a522133

Browse files
authored
Increase the cppcheck timeout to 600 seconds. (#2409)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 7901bb9 commit a522133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ install(
282282

283283
if(TEST cppcheck)
284284
# must set the property after ament_package()
285-
set_tests_properties(cppcheck PROPERTIES TIMEOUT 500)
285+
set_tests_properties(cppcheck PROPERTIES TIMEOUT 600)
286286
endif()
287287

288288
if(TEST cpplint)

0 commit comments

Comments
 (0)