Skip to content

Commit

Permalink
Increase the ament_cppcheck timeout to 5 minutes. (#271) (#277)
Browse files Browse the repository at this point in the history
This will avoid timeouts on some slower platforms that we've
started to see.

Signed-off-by: Chris Lalancette <[email protected]>

Co-authored-by: Chris Lalancette <[email protected]>
  • Loading branch information
brawner and clalancette authored Nov 6, 2020
1 parent 3c48c41 commit dfb28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_cmake_cppcheck/cmake/ament_cppcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function(ament_cppcheck)
ament_add_test(
"${ARG_TESTNAME}"
COMMAND ${cmd}
TIMEOUT 180
TIMEOUT 300
OUTPUT_FILE "${CMAKE_BINARY_DIR}/ament_cppcheck/${ARG_TESTNAME}.txt"
RESULT_FILE "${result_file}"
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
Expand Down

0 comments on commit dfb28b8

Please sign in to comment.