public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] glibc check add TIMEOUTFACTOR=4
@ 2024-02-18 21:04 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-02-18 21:04 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

Some testcases seem to spurious fail because of timeouts.
Add TIMEOUTFACTOR=4 to the environment to make sure tests
don't just fail because of timeouts.
---
 builder/master.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index c107343..2c535ba 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3758,6 +3758,7 @@ glibc_check_step = steps.Test(
         command=addOutputSync.withArgs(['make',
                  util.Interpolate('-j%(prop:maxcpus)s'),
                  'check']),
+        env={'TIMEOUTFACTOR': '4'},
         name='make check',
         haltOnFailure=False, flunkOnFailure=True)
 
@@ -3767,6 +3768,7 @@ glibc_check_build_step = steps.Test(
                  'subdirs=elf',
                  util.Interpolate('-j%(prop:ncpus)s'),
                  'check']),
+        env={'TIMEOUTFACTOR': '4'},
         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-18 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18 21:04 [COMMITTED] glibc check add TIMEOUTFACTOR=4 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).