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 brett.cannon
Recipients brett.cannon
Date 2017-05-28.19:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496000480.86.0.388224961805.issue30498@psf.upfronthosting.co.za>
In-reply-to
Content
If we guaranteed that the slowest tests in the test suite started early enough in the test run to complete before the final test finished, we could shave off several minutes worth of time in cases where the slowest tests are the hold-up. So perhaps if we randomly inserted the 10 slowest tests in the first 3/4 of the complete test list we could make sure they finish early enough?
History
Date User Action Args
2017-05-28 19:41:20brett.cannonsetrecipients: + brett.cannon
2017-05-28 19:41:20brett.cannonsetmessageid: <1496000480.86.0.388224961805.issue30498@psf.upfronthosting.co.za>
2017-05-28 19:41:20brett.cannonlinkissue30498 messages
2017-05-28 19:41:20brett.cannoncreate