[jhbuild] [buildbot] increase bot update step timeout, to one hour



commit ae4ef53591cbf18443ab284db90cab014638ecf3
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Dec 14 13:32:50 2010 +0100

    [buildbot] increase bot update step timeout, to one hour

 jhbuild/buildbot/steps.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/buildbot/steps.py b/jhbuild/buildbot/steps.py
index 5a7b885..d42c850 100644
--- a/jhbuild/buildbot/steps.py
+++ b/jhbuild/buildbot/steps.py
@@ -55,6 +55,7 @@ class JHBuildSource(steps.source.Source):
         #kwargs = properties.render(self.remote_kwargs)
         kwargs['command'] = properties.render(command)
         kwargs['env'] = {}
+        kwargs['timeout'] = 60*60
         cmd = buildstep.RemoteShellCommand(**kwargs)
         self.startCommand(cmd)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]