Steve Dower <steve.do...@python.org> added the comment:
Looks like my issue is actually related to the timeouts added in issue44011. I'm guessing it's an SSL shutdown timeout, because those are notoriously weird on Windows/OpenSSL. The timeout is now 30s, but the test aborts after 10s. If I increase the test timeout to 50s, it passes reliably. However, if I pass ssl_shutdown_timeout to the protocol created in the test (which I think is the right place?), it fails with a timeout somewhere else. So my guess is that my system (VM in a somewhat protected network) is legitimately taking that long to shut down the connection? And so the test timeout ought to be increased? ---------- title: test_create_server_ssl_over_ssl attempts to listen on 0.0.0.0 -> test_create_server_ssl_over_ssl times out on some systems _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46822> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com