Skip to content

Commit

Permalink
Increase the cpplint timeout to 180 seconds. (#1179)
Browse files Browse the repository at this point in the history
This should make it less flaky when running on Windows.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 3, 2024
1 parent ebca223 commit 0944192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rviz_default_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1205,3 +1205,7 @@ endif()
ament_package(
CONFIG_EXTRAS "rviz_default_plugins-extras.cmake"
)

if(TEST cpplint)
set_tests_properties(cpplint PROPERTIES TIMEOUT 180)
endif()

0 comments on commit 0944192

Please sign in to comment.