Skip to content

Commit 9171835

Browse files
authored
Increase the cppcheck timeout to 1200 seconds (#2484)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent f7a7954 commit 9171835

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
@@ -298,7 +298,7 @@ install(
298298

299299
if(TEST cppcheck)
300300
# must set the property after ament_package()
301-
set_tests_properties(cppcheck PROPERTIES TIMEOUT 600)
301+
set_tests_properties(cppcheck PROPERTIES TIMEOUT 1200)
302302
endif()
303303

304304
if(TEST cpplint)

0 commit comments

Comments
 (0)