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 benjamin.peterson, larry, serhiy.storchaka, vstinner
Date 2014-02-21.08:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392972878.22.0.832136036233.issue20671@psf.upfronthosting.co.za>
In-reply-to
Content
I sent an email to Floris Bruynooghe, owner of the buildbot:

Hi,

I noticed "Timeout (1:00:00)!" errors on your buildbot "SPARC Solaris
10 OpenCSW 3.x". It looks like the buildbot takes 10 hour for one
build, whereas my PC takes less than 10 minutes (especially when tests
are run in parallel). I don't really care of performances, but more on
the result.

Could you please modify the timeout, for example to set it to 2 hours?

The "test" step of buildbot uses this command:

 argv: ['make', 'buildbottest', 'TESTOPTS=', 'TESTPYTHONOPTS=',
'TESTTIMEOUT=3600']

Replace 3600 with 7200 (seconds = 2 hours).

Related Python issue:
http://bugs.python.org/issue20671

Thanks,
Victor Stinner aka haypo
History
Date User Action Args
2014-02-21 08:54:38vstinnersetrecipients: + vstinner, larry, benjamin.peterson, serhiy.storchaka
2014-02-21 08:54:38vstinnersetmessageid: <1392972878.22.0.832136036233.issue20671@psf.upfronthosting.co.za>
2014-02-21 08:54:38vstinnerlinkissue20671 messages
2014-02-21 08:54:36vstinnercreate