Skip to content

Commit

Permalink
esp adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 19, 2022
1 parent 2b03e8c commit 7bbe174
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bleak_retry_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
# so we have an additional timeout to
# be sure we do not block forever
# This is likely fixed in https://github.com/hbldh/bleak/pull/1092
#
# This also accounts for the time it
# takes for the esp32s to disconnect
#
BLEAK_SAFETY_TIMEOUT = 30.0

TRANSIENT_ERRORS_LONG_BACKOFF = {
Expand Down

0 comments on commit 7bbe174

Please sign in to comment.