Increased gtest timeout for communication tests
This commit is contained in:
parent
46e2911d45
commit
f9ce6bd186
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue