This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients DNSGeek, mcepl, vstinner
Date 2019-09-10.14:26:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568125615.76.0.340682221806.issue36369@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-10 14:26:55vstinnersetrecipients: + vstinner, mcepl, DNSGeek
2019-09-10 14:26:55vstinnersetmessageid: <1568125615.76.0.340682221806.issue36369@roundup.psfhosted.org>
2019-09-10 14:26:55vstinnerlinkissue36369 messages
2019-09-10 14:26:55vstinnercreate