]> granicus.if.org Git - python/commit
bpo-37142: Make asyncio stream tests more robust again (GH-13804)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 4 Jun 2019 13:44:44 +0000 (16:44 +0300)
committerVictor Stinner <vstinner@redhat.com>
Tue, 4 Jun 2019 13:44:44 +0000 (15:44 +0200)
commit8d561092d510670ce9c038701c90c913453eac90
treed3a0f4c546182a48f1269260ab5bda66c3b4febb
parent35890abb8da7848919d70790f73fa091d7f98769
bpo-37142: Make asyncio stream tests more robust again (GH-13804)

Make test_stream_server_close() implementation following test_stream_server_abort().
 Add explicit timeout for tests that can hang.
Lib/test/test_asyncio/test_streams.py