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 c4653c9 commit 4fadf0cCopy full SHA for 4fadf0c
1 file changed
Lib/test/test_asyncio/test_subprocess.py
@@ -228,6 +228,7 @@ def test_stdin_broken_pipe(self):
228
proc, large_data = self.prepare_broken_pipe_test()
229
230
async def write_stdin(proc, data):
231
+ await asyncio.sleep(0.5, loop=self.loop)
232
proc.stdin.write(data)
233
await proc.stdin.drain()
234
0 commit comments