Skip to content

Commit

Permalink
Increased the cpplint timeout to 300 seconds (#797)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Apr 4, 2024
1 parent 6fe6234 commit 4088280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rosidl_generator_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ if(BUILD_TESTING)
endif()

ament_package()

if(TEST cpplint)
# must set the property after ament_package()
set_tests_properties(cpplint PROPERTIES TIMEOUT 300)
endif()

0 comments on commit 4088280

Please sign in to comment.