Skip to content

Commit 0e535a7

Browse files
authored
Increase default time-out to 15 seconds (#337)
Set default time-out to 15 seconds. Retrieving the hosts might take lot longer on some older modems than expected.
1 parent 7e039cb commit 0e535a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemcom_api/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
API_ENDPOINT = "/cgi/json-req"
44

5-
DEFAULT_TIMEOUT = 7
5+
DEFAULT_TIMEOUT = 15
66
DEFAULT_USER_AGENT = "Python_Sagemcom"
77

88
XMO_ACCESS_RESTRICTION_ERR = "XMO_ACCESS_RESTRICTION_ERR"

0 commit comments

Comments
 (0)