File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,7 @@ if(TARGET test_exceptions)
3434 target_link_libraries (test_exceptions ${PROJECT_NAME} mimick)
3535endif ()
3636
37- # Increasing timeout because connext can take a long time to destroy nodes
38- # TODO(brawner) remove when destroying Node for Connext is resolved. See:
39- # https://github.com/ros2/rclcpp/issues/1250
40- ament_add_gtest(
41- test_allocator_memory_strategy
42- strategies/test_allocator_memory_strategy.cpp
43- TIMEOUT 360)
37+ ament_add_gtest(test_allocator_memory_strategy strategies/test_allocator_memory_strategy.cpp)
4438if (TARGET test_allocator_memory_strategy)
4539 ament_target_dependencies(test_allocator_memory_strategy
4640 "rcl"
@@ -669,8 +663,6 @@ if(TARGET test_interface_traits)
669663 target_link_libraries (test_interface_traits ${PROJECT_NAME} )
670664endif ()
671665
672- # TODO(brawner) remove when destroying Node for Connext is resolved. See:
673- # https://github.com/ros2/rclcpp/issues/1250
674666ament_add_gtest(
675667 test_executors
676668 executors/test_executors.cpp
You can’t perform that action at this time.
0 commit comments