Skip to content

Commit ef67bb6

Browse files
committed
update tests timeout in CMake
1 parent 29ea7e7 commit ef67bb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CustomRobots/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ install(
140140
DESTINATION share/${PROJECT_NAME})
141141

142142
if(BUILD_TESTING)
143-
find_package(ament_lint_auto REQUIRED)
144-
ament_lint_auto_find_test_dependencies()
143+
# find_package(ament_lint_auto REQUIRED)
144+
# ament_lint_auto_find_test_dependencies()
145145

146146
find_package(launch_testing_ament_cmake REQUIRED)
147147
# Use file(GLOB...) to find all test files matching the pattern
148148
file(GLOB TEST_FILES "${RI_ROOT_DIR}/test/test*.py")
149149
# Loop through each test file and add it as a launch test
150150
foreach(test_file ${TEST_FILES})
151-
add_launch_test(${test_file})
151+
add_launch_test(${test_file} TIMEOUT 90)
152152
endforeach()
153153
endif()
154154

0 commit comments

Comments
 (0)