[Buildbot-devel] possible bug with timeout for	buildbot.steps.source.git.Git
    Chris Kees 
    cekees at gmail.com
       
    Fri Mar 23 22:33:12 UTC 2012
    
    
  
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='git at github.com: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
    
    
More information about the devel
mailing list