We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd31b4 commit 7d3858aCopy full SHA for 7d3858a
Lib/test/test_asyncio/test_subprocess.py
@@ -558,9 +558,7 @@ async def cancel_make_transport():
558
# "Exception during subprocess creation, kill the subprocess"
559
with test_utils.disable_logger():
560
self.loop.run_until_complete(cancel_make_transport())
561
- test_utils.run_briefly(self.loop)
562
563
+ self.loop.run_until_complete(asyncio.sleep(0.1))
564
565
def test_close_kill_running(self):
566
0 commit comments