change default ssl timeout to 60 seconds

This commit is contained in:
Dennis Gilmore 2013-03-06 12:41:47 -06:00
parent 0c72df3257
commit 582a0679e7

View file

@ -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):
"""