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 r.david.murray
Recipients barry, neologix, pitrou, r.david.murray
Date 2012-06-24.15:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340550799.79.0.291823496864.issue15152@psf.upfronthosting.co.za>
In-reply-to
Content
You could make the test a loop, with the timeout increasing each time through the loop, failing only if all tries fail.  That way on faster machines the test will pass faster.  It'll take even longer on slow machines, but they are slow anyway so that may be acceptable.
History
Date User Action Args
2012-06-24 15:13:19r.david.murraysetrecipients: + r.david.murray, barry, pitrou, neologix
2012-06-24 15:13:19r.david.murraysetmessageid: <1340550799.79.0.291823496864.issue15152@psf.upfronthosting.co.za>
2012-06-24 15:13:19r.david.murraylinkissue15152 messages
2012-06-24 15:13:18r.david.murraycreate