Skip to content

Commit

Permalink
Increased the timeout to 30 minutes instead of 30 seonds
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Grinco <vadim@grinco.eu>
  • Loading branch information
grinco committed Jan 29, 2023
1 parent ed5d747 commit 2620a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/jq300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

QUERY_TIMEOUT: Final = 7 # seconds
UPDATE_TIMEOUT: Final = 12 # seconds
AVAILABLE_TIMEOUT: Final = 30 # seconds
AVAILABLE_TIMEOUT: Final = 1800 # seconds

MWEIGTH_TVOC: Final = 100 # g/mol
MWEIGTH_HCHO: Final = 30.0260 # g/mol
Expand Down

0 comments on commit 2620a05

Please sign in to comment.