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 miss-islington, pitrou, vstinner
Date 2018-11-26.16:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543250519.63.0.788709270274.issue33723@psf.upfronthosting.co.za>
In-reply-to
Content
Oh. In my previous attempt, I changed the minimum time from 20 ms to 15 ms. But I didn't notice that one check uses assertLess() rather than assertGreaterEqual(). So I wrote PR 10724 to change the maximum from 15 ms to 30 ms in test_thread_time().
History
Date User Action Args
2018-11-26 16:41:59vstinnersetrecipients: + vstinner, pitrou, miss-islington
2018-11-26 16:41:59vstinnersetmessageid: <1543250519.63.0.788709270274.issue33723@psf.upfronthosting.co.za>
2018-11-26 16:41:59vstinnerlinkissue33723 messages
2018-11-26 16:41:59vstinnercreate