Skip to content

Commit c1c509b

Browse files
committed
Increase timeouts for testing
1 parent 97bc022 commit c1c509b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise_usb/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
3131

3232
# Max timeout in seconds
33-
STICK_TIME_OUT: Final = 11 # Stick responds with timeout messages within 10s.
33+
STICK_TIME_OUT: Final = 45 # Stick responds with timeout messages within 10s.
3434
# In bigger networks a response from a node could take up a while
35-
NODE_TIME_OUT: Final = 45
35+
NODE_TIME_OUT: Final = 60
3636
# A delayed response being received after 30 secs so lets use 45 seconds.
3737
# @bouwew: NodeJoinAckResponse to a NodeAddRequest
3838

0 commit comments

Comments
 (0)