Skip to content

Commit

Permalink
Increased timeouts (ros2#1181)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Sep 10, 2024
1 parent 61077aa commit 8c4a704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rcl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function(test_target)
ament_add_gtest_test(test_init
TEST_NAME test_init${target_suffix}
ENV ${rmw_implementation_env_var} ${memory_tools_ld_preload_env_var}
TIMEOUT 180
)
ament_add_test_label(test_init${target_suffix} mimick)

Expand Down
1 change: 1 addition & 0 deletions rcl_action/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ if(BUILD_TESTING)
ament_add_gtest_test(test_graph
TEST_NAME test_graph${target_suffix}
ENV ${rmw_implementation_env_var}
TIMEOUT 180
)
endfunction()

Expand Down

0 comments on commit 8c4a704

Please sign in to comment.