Message 213442 - Python tracker

Message213442

Author ned.deily
Recipients ncoghlan, ned.deily, neologix, pitrou, r.david.murray, serhiy.storchaka, vstinner, zach.ware
Date 2014-03-13.19:01:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394737277.22.0.0284604713358.issue20910@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Antoine.  There is never going to be a right value for sleep: the behavior of the buildbots can vary so much from run to run, especially if there are multiple VMs running on one host.  If anything, we should be working to remove as many "sleep" dependencies from the test suite as possible, not encourage their use.
History
Date User Action Args
2014-03-13 19:01:17ned.deilysetrecipients: + ned.deily, ncoghlan, pitrou, vstinner, r.david.murray, neologix, zach.ware, serhiy.storchaka
2014-03-13 19:01:17ned.deilysetmessageid: <1394737277.22.0.0284604713358.issue20910@psf.upfronthosting.co.za>
2014-03-13 19:01:17ned.deilylinkissue20910 messages
2014-03-13 19:01:17ned.deilycreate