Skip to content

Commit a38e9af

Browse files
authored
Added more time to copyright on Windwos (#1252)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent 6a1ca3e commit a38e9af

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

rviz_common/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,3 +452,7 @@ endif()
452452
ament_package(
453453
CONFIG_EXTRAS "rviz_common-extras.cmake"
454454
)
455+
456+
if(TEST copyright)
457+
set_tests_properties(copyright PROPERTIES TIMEOUT 600)
458+
endif()

rviz_default_plugins/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,3 +1211,7 @@ ament_package(
12111211
if(TEST cpplint)
12121212
set_tests_properties(cpplint PROPERTIES TIMEOUT 180)
12131213
endif()
1214+
1215+
if(TEST copyright)
1216+
set_tests_properties(copyright PROPERTIES TIMEOUT 600)
1217+
endif()

rviz_rendering/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,7 @@ list(APPEND ${PROJECT_NAME}_CONFIG_EXTRAS
339339
ament_package(
340340
CONFIG_EXTRAS "rviz_rendering-extras.cmake"
341341
)
342+
343+
if(TEST copyright)
344+
set_tests_properties(copyright PROPERTIES TIMEOUT 600)
345+
endif()

0 commit comments

Comments
 (0)