[jhbuild] [buildbot] increase bot update step timeout, to one hour
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] [buildbot] increase bot update step timeout, to one hour
- Date: Tue, 14 Dec 2010 12:35:40 +0000 (UTC)
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]