Skip to content

Commit

Permalink
Increase the ament_cmake_copyright default timeout. (#355)
Browse files Browse the repository at this point in the history
Add one minute so that Windows Debug won't fail as often.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed Feb 28, 2022
1 parent 39e3b96 commit fc14075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_cmake_copyright/cmake/ament_copyright.cmake
Expand Up @@ -32,7 +32,7 @@ function(ament_copyright)
set(ARG_TESTNAME "copyright")
endif()
if(NOT ARG_TIMEOUT)
set(ARG_TIMEOUT 120)
set(ARG_TIMEOUT 200)
endif()

find_program(ament_copyright_BIN NAMES "ament_copyright")
Expand Down

0 comments on commit fc14075

Please sign in to comment.