[Buildbot-devel] Increase Timeout value for master
Wang, Yu
yu.wang at intel.com
Thu Feb 7 22:15:59 UTC 2008
You are right, the default is 20mins. Now I have added "timeout=3600"
in the f.addStep(ShallCommand, ...), but the status stdio page still
shows the timeout as 1200 secs. Is the timeout feature broken in 0.7.5?
Thanks,
Jean
-----Original Message-----
From: Charles Lepple [mailto:clepple at gmail.com]
Sent: Wednesday, February 06, 2008 5:50 PM
To: Wang, Yu
Cc: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] Increase Timeout value for master
On Feb 6, 2008 5:36 PM, Wang, Yu <yu.wang at intel.com> wrote:
> I am running buildbot 0.7.5 and I need the timeout value longer than
12 mins
> (current default) for master to wait for slave to respond with an exit
> status. Currently when it exceed 12 mins, the master considers the
step as
> failing.
If the timeout is really 12 minutes, then check your master.cfg to see
if the timeout parameter is being set on the buildstep (I was under
the impression that the default timeout was 1200 seconds, or 20
minutes.)
'timeout' is a parameter to all buildsteps which subclass ShellCommand
(and possibly other steps).
http://buildbot.sourceforge.net/manual-0.7.5.html#ShellCommand
--
- Charles Lepple
More information about the devel
mailing list