Skip to content

Commit

Permalink
Increase time at 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Oct 31, 2023
1 parent e30d9e6 commit a3ab43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heatzypy/heatzy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(
username: str,
password: str,
session: ClientSession | None = None,
time_out: int = 10,
time_out: int = 120,
) -> None:
"""Load parameters."""
self._auth = Auth(session, username, password, time_out)
Expand Down

0 comments on commit a3ab43d

Please sign in to comment.