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 neologix
Recipients benjamin.peterson, georg.brandl, giampaolo.rodola, larry, neologix, pitrou, sbt, sultanqasim
Date 2013-04-15.05:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2KwtfNgFsUShmrj7O=s8rkUkqTXE6dOecanOiWrJiEEQ@mail.gmail.com>
In-reply-to <1365976563.93.0.372083442302.issue17707@psf.upfronthosting.co.za>
Content
I think we should test multiple timeout values (e.g. 0.1, 0.5, 1 and
1.5): it'll take a little longer, but since the test suite didn't
detect it, that's really lacking. Also, rathr than using an harcoded
delta, we could maybe use a fudger factor, like what's done for
threading lock tests.
History
Date User Action Args
2013-04-15 05:57:17neologixsetrecipients: + neologix, georg.brandl, pitrou, larry, giampaolo.rodola, benjamin.peterson, sbt, sultanqasim
2013-04-15 05:57:17neologixlinkissue17707 messages
2013-04-15 05:57:16neologixcreate