Skip to content

Commit

Permalink
Added more time to copyright on Windwos (#1252)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jul 25, 2024
1 parent 6a1ca3e commit a38e9af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rviz_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,7 @@ endif()
ament_package(
CONFIG_EXTRAS "rviz_common-extras.cmake"
)

if(TEST copyright)
set_tests_properties(copyright PROPERTIES TIMEOUT 600)
endif()
4 changes: 4 additions & 0 deletions rviz_default_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1211,3 +1211,7 @@ ament_package(
if(TEST cpplint)
set_tests_properties(cpplint PROPERTIES TIMEOUT 180)
endif()

if(TEST copyright)
set_tests_properties(copyright PROPERTIES TIMEOUT 600)
endif()
4 changes: 4 additions & 0 deletions rviz_rendering/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,7 @@ list(APPEND ${PROJECT_NAME}_CONFIG_EXTRAS
ament_package(
CONFIG_EXTRAS "rviz_rendering-extras.cmake"
)

if(TEST copyright)
set_tests_properties(copyright PROPERTIES TIMEOUT 600)
endif()

0 comments on commit a38e9af

Please sign in to comment.