[issue38456] Reduce the time test_subprocess takes to complete.

Gregory P. Smith report at bugs.python.org
Mon Oct 14 17:00:19 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

I assume the CI systems are shared and potentially noisy.  It should be easier to look at some logs from slower buildbots.  but sadly test_subprocess has fallen off the list of "10 slowest tests" that timing info is supplied for.  concurrent.futures, multiprocessing, asyncio, tokenize, etc. all take longer.

I still don't expect it to be more than a few seconds.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38456>
_______________________________________


More information about the Python-bugs-list mailing list