Skip to content

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex-21 committed Oct 24, 2024
1 parent 3c4c2af commit 99f3707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthchain/clients/ehrclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(
func (Callable[..., Any]): A function to generate data for requests.
workflow ([Workflow]): The workflow context to apply to the data generator.
strategy (BaseStrategy): The strategy object to construct requests based on the generated data.
timeout(float and default=10.0) : The maximum time in seconds to wait for a response from the server.
timeout(Optional[float], default=10.0) : The maximum time in seconds to wait for a response from the server.
This parameter determines how long the client will wait before considering a request timed out.
A higher timeout value allows for longer-running operations, while a lower value prioritizes faster responses.
"""
Expand Down

0 comments on commit 99f3707

Please sign in to comment.