public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Extend timeout of gcc_full_build_factory make step to 3600 seconds
@ 2023-01-29 21:04 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-01-29 21:04 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James, Mark Wielaard

---
 builder/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 4b59cf0..3da3314 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3248,6 +3248,7 @@ def gcc_full_build_factory_gen(extra_configure_arg=None):
                 command=addOutputSync.withArgs(['make',
                     util.Interpolate('-j%(prop:maxcpus)s')]),
                 name='make',
+                timeout=3600,
                 haltOnFailure=True))
         # We want parallelism to get through this as quickly as possible.
         # Even if that means bunsen gets some parallel/duplicate log files
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-29 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 21:04 [PATCH] Extend timeout of gcc_full_build_factory make step to 3600 seconds Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).