public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] glibc_check_step double the timeout
@ 2024-02-19 22:06 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-02-19 22:06 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

Some builders are really slow and a full make check might not output
anything for a long time if nothing fails.
---
 builder/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index be75e7a..c2473fa 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3759,6 +3759,7 @@ glibc_check_step = steps.Test(
                  util.Interpolate('-j%(prop:maxcpus)s'),
                  'check']),
         env={'TIMEOUTFACTOR': '4'},
+        timeout=2400,
         name='make check',
         haltOnFailure=False, flunkOnFailure=True)
 
-- 
2.39.3


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

only message in thread, other threads:[~2024-02-19 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 22:06 [COMMITTED] glibc_check_step double the timeout 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).