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 davin
Recipients davin, vstinner, zach.ware
Date 2017-05-22.18:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495476365.06.0.470962726204.issue30317@psf.upfronthosting.co.za>
In-reply-to
Content
To better accommodate very slow buildbots, a parameter is added in PR-1722 to scale up the timeout durations where they are necessary on a per-machine basis.

Relevant tests have a timeout set to some default number of seconds times a multiplier value.

The multiplier value can be controlled by the environment variable 'CONF_TIMEOUT_MULTIPLIER' which defaults to a multiplier of 1.0 if not set.  On buildbots, this environment variable can be set by defining a parameter by that name in the buildbot configuration file for a machine.  Otherwise, this environment variable can be set in the usual way before running tests on non-buildbot machines.
History
Date User Action Args
2017-05-22 18:06:05davinsetrecipients: + davin, vstinner, zach.ware
2017-05-22 18:06:05davinsetmessageid: <1495476365.06.0.470962726204.issue30317@psf.upfronthosting.co.za>
2017-05-22 18:06:05davinlinkissue30317 messages
2017-05-22 18:06:04davincreate