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 vstinner
Recipients gvanrossum, vstinner
Date 2013-11-15.10:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZkfxiFbiPZ4X98qAOkjD00r9C9mOKeNAyES_-EdB7vtQ@mail.gmail.com>
In-reply-to <1384477601.62.0.102497401085.issue19598@psf.upfronthosting.co.za>
Content
> Likely. Can you suggest a fix?

Replace the timeout of 2 seconds with a timeout of 10 seconds.

It looks like the test checks the overlapped I/O API, not the timing.
If you want to test exactly the timing, another test is needed (ex:
measure the elapsed time and then ensure that the time is in a range).
History
Date User Action Args
2013-11-15 10:23:45vstinnersetrecipients: + vstinner, gvanrossum
2013-11-15 10:23:45vstinnerlinkissue19598 messages
2013-11-15 10:23:44vstinnercreate