STINNER Victor <vstin...@python.org> added the comment:

How long take other tests on Raspberry Pi Zero W?

You can try:

./python -m test -j0 --slowest

-j0 spawns one job per CPU. I don't know how many CPUs have this hardware.

--slowest gives the timing of the 10 slowest tests.

But even without --slowest, Python displays the test duration if a test takes 
longer than 30 seconds.

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36369>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to