Skip to content

Commit

Permalink
[rclcpp_action] Bump test_client timeout. (#917)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic authored Nov 12, 2019
1 parent 2ed4456 commit b92db52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp_action/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()

ament_add_gtest(test_client test/test_client.cpp)
ament_add_gtest(test_client test/test_client.cpp TIMEOUT 120)
if(TARGET test_client)
ament_target_dependencies(test_client
"test_msgs"
Expand Down

0 comments on commit b92db52

Please sign in to comment.