diff options
author | Victor Stinner <vstinner@python.org> | 2019-10-30 15:00:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 15:00:44 (GMT) |
commit | a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef (patch) | |
tree | 4f4f8a9c2794baa4792113e7cae5e7be0a32acb5 /Misc/NEWS.d | |
parent | 6c3e66a34b95fff07df0ad5086104dd637a091ce (diff) | |
download | cpython-a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef.zip cpython-a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef.tar.gz cpython-a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-10-30-15-12-32.bpo-38614.M6UnLB.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-10-30-15-12-32.bpo-38614.M6UnLB.rst b/Misc/NEWS.d/next/Tests/2019-10-30-15-12-32.bpo-38614.M6UnLB.rst new file mode 100644 index 0000000..89f6847 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-10-30-15-12-32.bpo-38614.M6UnLB.rst @@ -0,0 +1,2 @@ +Fix test_communicate() of test_asyncio.test_subprocess: use +``support.LONG_TIMEOUT`` (5 minutes), instead of just 1 minute. |