commit | 1d1929fcb55f8fa9317c19ed4789e1dd6c435092 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed May 11 23:25:56 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed May 11 23:25:56 2022 +0200 |
tree | f884fb913e846254ae57136a28a9b169d1f41e2d | |
parent | 897f14d38d1b455668f9f7ce87892f5efcaf8932 [diff] |
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642) TestSSL of asyncio now uses support.SHORT_TIMEOUT rather than hardcoded timeouts like 5, 10 or 40 seconds.