commit | f05c2aed7e25087122613b51f152919c79641f66 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sat Apr 24 07:54:08 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Apr 24 07:54:08 2021 +0200 |
tree | abc91b8e3fac31c57c39844c56274e2371fafeb9 | |
parent | b2fac1afaa7c0d41a263781fcf94d8a92dc31b48 [diff] |
bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570) Some OS do not support millisecond granularity in select(). Use 100ms timeout and a server callback with sleep to emulate a slow server.