Skip to content

Commit

Permalink
reduce result_timeout to 10 secs from 15 mins. (#1171)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Jul 30, 2024
1 parent 85ecfcb commit 9de752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/rclpy/action/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def __init__(
cancel_service_qos_profile=qos_profile_services_default,
feedback_pub_qos_profile=QoSProfile(depth=10),
status_pub_qos_profile=qos_profile_action_status_default,
result_timeout=900
result_timeout=10
):
"""
Create an ActionServer.
Expand Down

0 comments on commit 9de752e

Please sign in to comment.