Skip to content

Commit

Permalink
Increase AT timeout (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulyaka committed Sep 14, 2023
1 parent 6249885 commit d1f9efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_xbee/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

LOGGER = logging.getLogger(__name__)

AT_COMMAND_TIMEOUT = 1
AT_COMMAND_TIMEOUT = 3
REMOTE_AT_COMMAND_TIMEOUT = 30
PROBE_TIMEOUT = 45

Expand Down

0 comments on commit d1f9efb

Please sign in to comment.