Skip to content

Commit dfb28b8

Browse files
brawnerclalancette
andauthored
Increase the ament_cppcheck timeout to 5 minutes. (#271) (#277)
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]>
1 parent 3c48c41 commit dfb28b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ament_cmake_cppcheck/cmake/ament_cppcheck.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function(ament_cppcheck)
6161
ament_add_test(
6262
"${ARG_TESTNAME}"
6363
COMMAND ${cmd}
64-
TIMEOUT 180
64+
TIMEOUT 300
6565
OUTPUT_FILE "${CMAKE_BINARY_DIR}/ament_cppcheck/${ARG_TESTNAME}.txt"
6666
RESULT_FILE "${result_file}"
6767
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"

0 commit comments

Comments
 (0)