commit | 32f016f52864a8f39673042895419cd3889222c0 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Feb 22 16:50:59 2014 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Feb 22 16:50:59 2014 -0600 |
tree | 7e6fe2fd61b69a47a3248e38b4b247161335749e | |
parent | 479878d89375245a96e546eaab195853e28bc8bd [diff] | |
parent | 08d4ade1072eb025952f73137c155f32b59af768 [diff] |
Merge branch 'master' into ecdhe-support
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index 70c1f3e..2686d12 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -1924,8 +1924,8 @@ client_socket, server_socket = socket_pair() # Fill up the client's send buffer so Connection won't be able to write # anything. - msg = b"x" * 1024 - for i in range(1024): + msg = b"x" * 512 + for i in range(2048): try: client_socket.send(msg) except error as e: