Commit 35c5d711 authored by Denis Bilenko's avatar Denis Bilenko

test__socket_ssl.py: set bigger timeout

parent 0d037983
......@@ -14,6 +14,8 @@ if not hasattr(socket, 'ssl'):
class AmazonHTTPSTests(greentest.TestCase):
__timeout__ = 30
def test_amazon_response(self):
conn = httplib.HTTPSConnection('sdb.amazonaws.com')
conn.debuglevel = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment