Skip to content

Commit

Permalink
Increase timeout to one minute
Browse files Browse the repository at this point in the history
  • Loading branch information
sebirdman committed Oct 16, 2021
1 parent 913bc21 commit 0a65fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/traeger/traeger.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


CLIENT_ID = "2fuohjtqv1e63dckp5v84rau0j"
TIMEOUT = 10
TIMEOUT = 60


_LOGGER: logging.Logger = logging.getLogger(__package__)
Expand Down

0 comments on commit 0a65fa9

Please sign in to comment.