public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Sam James <sam@gentoo.org>
To: buildbot@sourceware.org
Cc: Sam James <sam@gentoo.org>
Subject: [PATCH] Extend timeout of gcc_full_build_factory test step to 3600 seconds
Date: Mon, 30 Jan 2023 18:21:17 +0000	[thread overview]
Message-ID: <20230130182117.768565-1-sam@gentoo.org> (raw)

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


             reply	other threads:[~2023-01-30 18:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 18:21 Sam James [this message]
2023-01-30 18:26 ` Mark Wielaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230130182117.768565-1-sam@gentoo.org \
    --to=sam@gentoo.org \
    --cc=buildbot@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).