ros2 / rcl

Library to support implementation of language specific ROS Client Libraries.
Apache License 2.0
130 stars 163 forks source link

Increased timeouts #1181

Closed ahcorde closed 2 months ago

ahcorde commented 2 months ago

When testing locally test_init__rmw_zenoh_cpp I got timeout, Increasing the timeout for this test.

ahcorde commented 2 months ago

lgtm. but increasing default 60? to 180 sec, we can expect longer timeout. just curious that how long usually does it take to complete the test without timeout?

The connection time is high in rmw_zenoh for now. My computer takes almost 100 sencods to complete the test, I added more time because in general CI agents are not very hardware impressive.

ahcorde commented 2 months ago

Pulls: ros2/rcl#1181 Gist: https://gist.githubusercontent.com/ahcorde/9eba13248316eb4e11108f447ce987db/raw/e33f4ffaaa59581ea6900fe6f177a15dddb41b1d/ros2.repos BUILD args: --packages-up-to rcl rcl_action --packages-above-and-dependencies rcl rcl_action TEST args: --packages-select rcl rcl_action --packages-above rcl rcl_action ROS Distro: rolling Job: ci_launcher ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14548