From: Szabolcs Nagy Date: Mon, 27 Apr 2020 11:24:14 +0000 (+0100) Subject: Increase the timeout of locale/tst-localedef-path-norm X-Git-Tag: glibc-2.32~396 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d96cb3767830fa21aeb7c8d420dc1809b4ee8196;p=glibc.git Increase the timeout of locale/tst-localedef-path-norm On the current AArch64 buildbot the default 20s timeout is not enough to run this test, it seems make test t=locale/tst-localedef-path-norm takes about 25s, so i increased the timeout to 30s. --- diff --git a/locale/tst-localedef-path-norm.c b/locale/tst-localedef-path-norm.c index b857527f3c..0a77262484 100644 --- a/locale/tst-localedef-path-norm.c +++ b/locale/tst-localedef-path-norm.c @@ -239,4 +239,5 @@ do_test (void) return 0; } +#define TIMEOUT 30 #include