public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Extend timeout of gcc_full_build_factory test step to 3600 seconds
@ 2023-01-30 18:21 Sam James
  2023-01-30 18:26 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Sam James @ 2023-01-30 18:21 UTC (permalink / raw)
  To: buildbot; +Cc: Sam James

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

diff --git a/builder/master.cfg b/builder/master.cfg
index 670ce28..84d457e 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3257,6 +3257,7 @@ def gcc_full_build_factory_gen(extra_configure_arg=None):
                 command=addOutputSync.withArgs(['make', 'check',
                     util.Interpolate('-j%(prop:maxcpus)s')]),
                 name='make check',
+                timeout=3600,
                 haltOnFailure=False, flunkOnFailure=True))
         gcc_full_build_factory.addSteps(bunsen_logfile_upload_cpio_steps(
                 ["*.log", "*.sum"],
-- 
2.39.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Extend timeout of gcc_full_build_factory test step to 3600 seconds
  2023-01-30 18:21 [PATCH] Extend timeout of gcc_full_build_factory test step to 3600 seconds Sam James
@ 2023-01-30 18:26 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2023-01-30 18:26 UTC (permalink / raw)
  To: buildbot, Sam James; +Cc: Mark Wielaard


On Mon, 30 Jan 2023 18:21:17 +0000, Sam James wrote:
> 


Applied, thanks!

[1/1] Extend timeout of gcc_full_build_factory test step to 3600 seconds
      commit: 33c2b88d6ff975b17ab961d4d429581eacb559fd

Best regards,
-- 
Mark Wielaard <mark@klomp.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-30 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 18:21 [PATCH] Extend timeout of gcc_full_build_factory test step to 3600 seconds Sam James
2023-01-30 18:26 ` 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).