File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -452,3 +452,7 @@ endif()
452
452
ament_package(
453
453
CONFIG_EXTRAS "rviz_common-extras.cmake"
454
454
)
455
+
456
+ if (TEST copyright)
457
+ set_tests_properties (copyright PROPERTIES TIMEOUT 600)
458
+ endif ()
Original file line number Diff line number Diff line change @@ -1211,3 +1211,7 @@ ament_package(
1211
1211
if (TEST cpplint)
1212
1212
set_tests_properties (cpplint PROPERTIES TIMEOUT 180)
1213
1213
endif ()
1214
+
1215
+ if (TEST copyright)
1216
+ set_tests_properties (copyright PROPERTIES TIMEOUT 600)
1217
+ endif ()
Original file line number Diff line number Diff line change @@ -339,3 +339,7 @@ list(APPEND ${PROJECT_NAME}_CONFIG_EXTRAS
339
339
ament_package(
340
340
CONFIG_EXTRAS "rviz_rendering-extras.cmake"
341
341
)
342
+
343
+ if (TEST copyright)
344
+ set_tests_properties (copyright PROPERTIES TIMEOUT 600)
345
+ endif ()
You can’t perform that action at this time.
0 commit comments