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 kristjan.jonsson
Recipients georg.brandl, jyasskin, kristjan.jonsson, pitrou
Date 2010-11-14.02:20:34
SpamBayes Score 0.004133389
Marked as misclassified No
Message-id <1289701235.85.0.963473343851.issue10260@psf.upfronthosting.co.za>
In-reply-to
Content
Good point, Antoine.  I'm always trying to keep those timeouts low, however, to avoid having the testsuite duration grow too much with every test :)

I think we can probably fix the issue by having the lock_tests.Bunch() function only return when all threads have checked in, thus avoiding thread startup delays affecting our timeouts.
History
Date User Action Args
2010-11-14 02:20:35kristjan.jonssonsetrecipients: + kristjan.jonsson, georg.brandl, pitrou, jyasskin
2010-11-14 02:20:35kristjan.jonssonsetmessageid: <1289701235.85.0.963473343851.issue10260@psf.upfronthosting.co.za>
2010-11-14 02:20:34kristjan.jonssonlinkissue10260 messages
2010-11-14 02:20:34kristjan.jonssoncreate