change default ssl timeout to 60 seconds
This commit is contained in:
parent
0c72df3257
commit
582a0679e7
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class SSLConnection:
|
|||
passed in to the shutdown() method in SimpleXMLRPC.doPOST()
|
||||
"""
|
||||
|
||||
DEFAULT_TIMEOUT = 20
|
||||
DEFAULT_TIMEOUT = 60
|
||||
|
||||
def __init__(self, conn):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue