From d547a6f8f3dacbe981073b1a8a8cf783a7bd43af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Wed, 18 Sep 2024 13:08:23 +0200 Subject: [PATCH] zenoh: Increased timeout for test_rcl_lifecycle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- rcl_lifecycle/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rcl_lifecycle/CMakeLists.txt b/rcl_lifecycle/CMakeLists.txt index 54077b3a5..08fa40e07 100644 --- a/rcl_lifecycle/CMakeLists.txt +++ b/rcl_lifecycle/CMakeLists.txt @@ -104,6 +104,7 @@ if(BUILD_TESTING) endif() ament_add_gtest(test_rcl_lifecycle test/test_rcl_lifecycle.cpp + TIMEOUT 400 ) if(TARGET test_rcl_lifecycle) target_link_libraries(test_rcl_lifecycle