From f9ce6bd186f5a884578397831bcbb7eb8fed75c4 Mon Sep 17 00:00:00 2001 From: Alexis Pojomovsky Date: Thu, 6 Dec 2018 14:41:09 -0300 Subject: [PATCH] Increased gtest timeout for communication tests --- rcl_action/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl_action/CMakeLists.txt b/rcl_action/CMakeLists.txt index 8ec06d8..3a57fcd 100644 --- a/rcl_action/CMakeLists.txt +++ b/rcl_action/CMakeLists.txt @@ -107,7 +107,7 @@ if(BUILD_TESTING) function(custom_test_c target) ament_add_gtest( "test_action_communication_${target_suffix}" ${ARGN} - TIMEOUT 10 + TIMEOUT 60 APPEND_LIBRARY_DIRS "${append_library_dirs}" ENV RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation}