GH-98219: reduce sleep time in asyncio subprocess test#99464
Merged
gvanrossum merged 2 commits intopython:mainfrom Nov 14, 2022
Merged
GH-98219: reduce sleep time in asyncio subprocess test#99464gvanrossum merged 2 commits intopython:mainfrom
asyncio subprocess test#99464gvanrossum merged 2 commits intopython:mainfrom
Conversation
Contributor
Author
|
FWIW this seems to only happen on very slow machines like Github Actions with Windows 10. I have tried to reproduce this on Windows 11 but no luck. |
Contributor
Author
|
Windows tests passed, triggering bots again to check again that it works. For reference previous run https://github.com/python/cpython/actions/runs/3460146711/jobs/5776365470 |
gvanrossum
approved these changes
Nov 14, 2022
Member
|
Should this be backported to 3.11? |
Contributor
Instead of
100000000,2is used so that the test still works but the process completes after 2 sec and hopefully avoid permission errors.