Skip to content

Commit

Permalink
timeout in sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Nov 18, 2024
1 parent 2db039d commit bf7db8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(
settings = SessionsPythonSettings()

if not http_client:
http_client = AsyncClient()
http_client = AsyncClient(timeout=5)

if auth_callback is None:
auth_callback = self._default_auth_callback(aca_settings)
Expand Down

0 comments on commit bf7db8f

Please sign in to comment.