commit:     e15a995fa6e1a649f34ac98d446be3c4db686a9d
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 00:14:18 2022 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 00:14:18 2022 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=e15a995f

set build timeout to 6600

Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>

 buildbot_gentoo_ci/steps/builders.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/builders.py 
b/buildbot_gentoo_ci/steps/builders.py
index 1d4f52d..fa11290 100644
--- a/buildbot_gentoo_ci/steps/builders.py
+++ b/buildbot_gentoo_ci/steps/builders.py
@@ -385,8 +385,7 @@ class RunEmerge(BuildStep):
         self.descriptionSuffix = self.step
         self.name = 'Setup emerge for ' + self.step + ' step'
         self.build_env = {}
-        #FIXME: Set build timeout in config
-        self.build_timeout = 1800
+        self.build_timeout = 0
 
     @defer.inlineCallbacks
     def run(self):
@@ -399,6 +398,8 @@ class RunEmerge(BuildStep):
                     '-v'
                     ]
         aftersteps_list = []
+        #FIXME: Set build timeout in config
+        self.build_timeout = 6600
         # set env
         # https://bugs.gentoo.org/683118
         # export TERM=linux

Reply via email to