Skip to content

Commit

Permalink
Increase the timeout for the test_msgs rosidl_generated_cpp cpplint. (#…
Browse files Browse the repository at this point in the history
…163)

This should make it much more likely to succeed on Windows.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 3, 2024
1 parent fbd32f8 commit 66ba4f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ if(BUILD_TESTING)
test/test_cpp_type_support.cpp)
target_link_libraries(test_action_typesupport_cpp_builds
"${cpp_typesupport_target}")

if(TEST cpplint_rosidl_generated_cpp)
set_tests_properties(cpplint_rosidl_generated_cpp PROPERTIES TIMEOUT 180)
endif()
endif()

if(DEFINED PYTHON_INSTALL_DIR)
Expand Down

0 comments on commit 66ba4f1

Please sign in to comment.