summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-06-14 18:26:37 +0200
committerGitHub <noreply@github.com>2019-06-14 18:26:37 +0200
commit33feb2e1a391cde91aefcb8d9cf5144b5fbc5d87 (patch)
tree4649ec1c31375e6f800c37c8987a2f9bb58162d6 /Misc
parent0bd1469a90648229f4c704741ba13f6709b166ea (diff)
downloadcpython-git-33feb2e1a391cde91aefcb8d9cf5144b5fbc5d87.tar.gz
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) (GH-14086)
(cherry picked from commit f0749da9a535375f05a2015e8960e8ae54877349)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-06-14-17-05-49.bpo-35998.yX82oD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-06-14-17-05-49.bpo-35998.yX82oD.rst b/Misc/NEWS.d/next/Tests/2019-06-14-17-05-49.bpo-35998.yX82oD.rst
new file mode 100644
index 0000000000..23b6d00f42
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-06-14-17-05-49.bpo-35998.yX82oD.rst
@@ -0,0 +1 @@
+Avoid TimeoutError in test_asyncio: test_start_tls_server_1()