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 vstinner
Date 2014-03-17.23:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395098594.14.0.725869658921.issue20964@psf.upfronthosting.co.za>
In-reply-to
Content
Follow-up of issue #20910: add a support.check_time_delta() function an a --check-time-delta command line option for Lib/test/regrtest.py. By default, the function tolerate a difference of 500 ms for the maximum delta.

The idea is to set the --check-time-delta option on slowest buildbots to tolerate larger difference.

For example, test_time_and_call_at() of test_asyncio takes 2000 ms instead of 100 ms on the "AMD64 OpenIndiana 3.x" buildbot:
http://bugs.python.org/issue20336#msg208714
History
Date User Action Args
2014-03-17 23:23:14vstinnersetrecipients: + vstinner
2014-03-17 23:23:14vstinnersetmessageid: <1395098594.14.0.725869658921.issue20964@psf.upfronthosting.co.za>
2014-03-17 23:23:14vstinnerlinkissue20964 messages
2014-03-17 23:23:13vstinnercreate