public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mjw@redhat.com>
To: libc-alpha@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Increase the timeout of locale/tst-localedef-path-norm
Date: Mon, 18 Jul 2022 15:42:09 +0200	[thread overview]
Message-ID: <20220718134208.969938-1-mjw@redhat.com> (raw)

From: Mark Wielaard <mark@klomp.org>

On the current AArch64 buildbot glibc-fedora-arm64
the 30s timeout is not enough to run this test, the
machine has 8 cores, but the testcase is deliberately
single threaded

  make test t=locale/tst-localedef-path-norm

takes about 45s, so I increased the timeout to 60s.

This is the only failure on this buildbot builder.
https://builder.sourceware.org/buildbot/#/builders/glibc-fedora-arm64
---
 locale/tst-localedef-path-norm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale/tst-localedef-path-norm.c b/locale/tst-localedef-path-norm.c
index 68995a415..80e1c556d 100644
--- a/locale/tst-localedef-path-norm.c
+++ b/locale/tst-localedef-path-norm.c
@@ -236,5 +236,5 @@ do_test (void)
   return 0;
 }
 
-#define TIMEOUT 30
+#define TIMEOUT 60
 #include <support/test-driver.c>
-- 
2.31.1


             reply	other threads:[~2022-07-18 13:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 13:42 Mark Wielaard [this message]
2022-07-18 19:50 ` Adhemerval Zanella Netto
2022-07-19  2:45   ` Carlos O'Donell
2022-07-19 14:20   ` Mark Wielaard
2022-07-19 14:34     ` Adhemerval Zanella Netto

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=20220718134208.969938-1-mjw@redhat.com \
    --to=mjw@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=mark@klomp.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).