Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zenoh: Increased timeout for test_rcl_lifecycle #1185

Open
wants to merge 1 commit into
base: rolling
Choose a base branch
from

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Sep 18, 2024

No description provided.

Signed-off-by: Alejandro Hernández Cordero <[email protected]>
@@ -104,6 +104,7 @@ if(BUILD_TESTING)
endif()
ament_add_gtest(test_rcl_lifecycle
test/test_rcl_lifecycle.cpp
TIMEOUT 400
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

400 secs is the longest timeout for the test in rcl...

with my local environment with rmw_fastrtps_cpp, it can complete the test in 3 seconds.

root@tomoyafujita:~/ros2_ws/colcon_ws# colcon test --event-handlers console_direct+ --packages-select rcl_lifecycle --ctest-args -R test_rcl_lifecycle
...
The following tests passed:
        test_rcl_lifecycle

100% tests passed, 0 tests failed out of 1

Label Time Summary:
gtest    =   1.81 sec*proc (1 test)

Total Test time (real) =   1.81 sec
Finished <<< rcl_lifecycle [2.48s]

Summary: 1 package finished [3.67s]

I am not sure if this is the correct thing to do... maybe something wrong with rmw_zenoh instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants