Skip to content

Commit

Permalink
Increase timeout to 180s for test_rosbag2_record_end_to_end (#1889)
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@gmail.com>
  • Loading branch information
Yadunund authored Dec 28, 2024
1 parent 0823be2 commit bed1131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if(BUILD_TESTING)
ament_add_gmock(test_rosbag2_record_end_to_end
test/rosbag2_tests/test_rosbag2_record_end_to_end.cpp
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 120)
TIMEOUT 180)
if(TARGET test_rosbag2_record_end_to_end)
target_link_libraries(test_rosbag2_record_end_to_end
rclcpp::rclcpp
Expand Down

0 comments on commit bed1131

Please sign in to comment.