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 eryksun, jeremy.kloth, jkloth, nanjekyejoannah, vstinner
Date 2019-10-07.12:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570450392.69.0.067136924725.issue37531@roundup.psfhosted.org>
In-reply-to
Content
> I don't understand why regrtest got a timeout of 60 seconds?

Oh, that comes from "timeout = PROGRESS_UPDATE" with "PROGRESS_UPDATE = 30.0".

But it means that the main process was stuck for longer than 60 seconds!?

The main process is supposed to write an update "running: ..." every 30 seconds.

This buildbot is very slow. Maybe 30 and 60 seconds limits are too low?
History
Date User Action Args
2019-10-07 12:13:12vstinnersetrecipients: + vstinner, jkloth, jeremy.kloth, eryksun, nanjekyejoannah
2019-10-07 12:13:12vstinnersetmessageid: <1570450392.69.0.067136924725.issue37531@roundup.psfhosted.org>
2019-10-07 12:13:12vstinnerlinkissue37531 messages
2019-10-07 12:13:12vstinnercreate