#2258: master-side Git timeout ineffective
-------------------+-------------------------------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.7
Version: 0.8.6 | Keywords: git, master-side-source-steps
-------------------+-------------------------------------------
Hi,
My source checkout looks like the following but it's timing out after
1200 seconds, which I think is the default. Is it possible that
timeout isn't getting passed through? Also, I didn't get the since
that the git devs were fired up about adding a --progress option for
submodules so I'm afraid a longer timeout is my only option for now.
from master.cfg:
{{{
from buildbot.steps.source.git import Git
factory.addStep(Git(repourl='[email protected]:erdc-cm/proteus.git',
branch='master',
progress=True,
retryFetch=True,
method='fresh',
mode='full',
submodules=True,
timeout=45*60))
}}}
Error message:
{{{
Cloning into externalPackages/python...
command timed out: 1200 seconds without output, attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1200.562956
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2258>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits