]> granicus.if.org Git - python/commit
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
authorYury Selivanov <yury@magic.io>
Mon, 29 Jan 2018 05:25:05 +0000 (00:25 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 05:25:05 +0000 (00:25 -0500)
commit1e5b25b8c0c45ccfd58da2cb82fdf231c6823fef
treeacb3fbb33a26783ebebedb93a3312de9f437faba
parent07627e9a6a5f418354ff3dc99a0f36bc5b79dcd8
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)

To mitigate the situation when the buildbot is under load
and is unable to send/receive data fast enough:

* reduce the size of the payload
* set a generous timeout for socket ops
Lib/test/test_asyncio/test_sslproto.py