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 serhiy.storchaka
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-05.04:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499228206.0.0.769598976882.issue30850@psf.upfronthosting.co.za>
In-reply-to
Content
First at all replace self.assertTrue(time.time()<timeout) with self.assertLess(time.time(), timeout).

There was a large set of patches that did this globally for all tests (issue16510 and subissues), but it was mostly rejected (only some parts were merged, and often only into master).
History
Date User Action Args
2017-07-05 04:16:46serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2017-07-05 04:16:46serhiy.storchakasetmessageid: <1499228206.0.0.769598976882.issue30850@psf.upfronthosting.co.za>
2017-07-05 04:16:45serhiy.storchakalinkissue30850 messages
2017-07-05 04:16:45serhiy.storchakacreate