public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Increase the timeout of locale/tst-localedef-path-norm
@ 2022-07-18 13:42 Mark Wielaard
  2022-07-18 19:50 ` Adhemerval Zanella Netto
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Wielaard @ 2022-07-18 13:42 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mark Wielaard

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


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

end of thread, other threads:[~2022-07-19 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 13:42 [PATCH] Increase the timeout of locale/tst-localedef-path-norm Mark Wielaard
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

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).