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 schwab
Recipients schwab
Date 2014-03-15.08:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394872735.24.0.583669310043.issue20934@psf.upfronthosting.co.za>
In-reply-to
Content
This comment say it all:

CHECK_TIMINGS = False     # making true makes tests take a lot longer
                          # and can sometimes cause some non-serious
                          # failures because some calls block a bit
                          # longer than expected

If the failures happen due to different timeouts then the test is broken by design.
History
Date User Action Args
2014-03-15 08:38:55schwabsetrecipients: + schwab
2014-03-15 08:38:55schwabsetmessageid: <1394872735.24.0.583669310043.issue20934@psf.upfronthosting.co.za>
2014-03-15 08:38:55schwablinkissue20934 messages
2014-03-15 08:38:54schwabcreate