Skip to content

Commit

Permalink
Adjust default value for timeout
Browse files Browse the repository at this point in the history
Setting this to low resulted in failed tests
  • Loading branch information
jlusiardi committed Sep 18, 2020
1 parent 4202dd6 commit d4568fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homekit/http_impl/secure_http.py
Expand Up @@ -30,7 +30,7 @@ class SecureHttp:
the HAP specification.
"""

def __init__(self, session, timeout=1):
def __init__(self, session, timeout=10):
"""
Initializes the secure HTTP class. The required keys can be obtained with get_session_keys
Expand Down

0 comments on commit d4568fe

Please sign in to comment.