]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)
authorVictor Stinner <vstinner@python.org>
Wed, 30 Oct 2019 15:00:44 +0000 (16:00 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 15:00:44 +0000 (16:00 +0100)
commita4ed6ed9f3779b6eda41bb65f5c09004a2b937ef
tree4f4f8a9c2794baa4792113e7cae5e7be0a32acb5
parent6c3e66a34b95fff07df0ad5086104dd637a091ce
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)

Fix test_communicate() of test_asyncio.test_subprocess: use
support.LONG_TIMEOUT (5 minutes), instead of 1 minute.
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Tests/2019-10-30-15-12-32.bpo-38614.M6UnLB.rst [new file with mode: 0644]