We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ea7e7 commit ef67bb6Copy full SHA for ef67bb6
1 file changed
CustomRobots/CMakeLists.txt
@@ -140,15 +140,15 @@ install(
140
DESTINATION share/${PROJECT_NAME})
141
142
if(BUILD_TESTING)
143
- find_package(ament_lint_auto REQUIRED)
144
- ament_lint_auto_find_test_dependencies()
+ # find_package(ament_lint_auto REQUIRED)
+ # ament_lint_auto_find_test_dependencies()
145
146
find_package(launch_testing_ament_cmake REQUIRED)
147
# Use file(GLOB...) to find all test files matching the pattern
148
file(GLOB TEST_FILES "${RI_ROOT_DIR}/test/test*.py")
149
# Loop through each test file and add it as a launch test
150
foreach(test_file ${TEST_FILES})
151
- add_launch_test(${test_file})
+ add_launch_test(${test_file} TIMEOUT 90)
152
endforeach()
153
endif()
154
0 commit comments