commit | 64593f2fedfe41c17e2bad6f207d7a07cfa762b9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed May 11 14:56:07 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed May 11 14:56:07 2022 -0700 |
tree | f53afbf86559149f183f44bef97282f521495ec3 | |
parent | 5a33643dce347f4447eb1919d8109931390ded66 [diff] |
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642) TestSSL of asyncio now uses support.SHORT_TIMEOUT rather than hardcoded timeouts like 5, 10 or 40 seconds. (cherry picked from commit 1d1929fcb55f8fa9317c19ed4789e1dd6c435092) Co-authored-by: Victor Stinner <vstinner@python.org>