diff --git a/rclcpp/CMakeLists.txt b/rclcpp/CMakeLists.txt index c95df3e768..33d21e1b05 100644 --- a/rclcpp/CMakeLists.txt +++ b/rclcpp/CMakeLists.txt @@ -298,7 +298,7 @@ install( if(TEST cppcheck) # must set the property after ament_package() - set_tests_properties(cppcheck PROPERTIES TIMEOUT 600) + set_tests_properties(cppcheck PROPERTIES TIMEOUT 1200) endif() if(TEST cpplint)