Increased gtest timeout for communication tests

This commit is contained in:
Alexis Pojomovsky 2018-12-06 14:41:09 -03:00
parent 46e2911d45
commit f9ce6bd186

View file

@ -107,7 +107,7 @@ if(BUILD_TESTING)
function(custom_test_c target) function(custom_test_c target)
ament_add_gtest( ament_add_gtest(
"test_action_communication_${target_suffix}" ${ARGN} "test_action_communication_${target_suffix}" ${ARGN}
TIMEOUT 10 TIMEOUT 60
APPEND_LIBRARY_DIRS "${append_library_dirs}" APPEND_LIBRARY_DIRS "${append_library_dirs}"
ENV ENV
RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation} RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation}