From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 35115386F829; Mon, 27 Apr 2020 15:21:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35115386F829 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc] Increase the timeout of locale/tst-localedef-path-norm X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/master X-Git-Oldrev: 99de869beb25d409b6d0985c0cc2a042bfd4b31e X-Git-Newrev: d96cb3767830fa21aeb7c8d420dc1809b4ee8196 Message-Id: <20200427152129.35115386F829@sourceware.org> Date: Mon, 27 Apr 2020 15:21:29 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2020 15:21:29 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d96cb3767830fa21aeb7c8d420dc1809b4ee8196 commit d96cb3767830fa21aeb7c8d420dc1809b4ee8196 Author: Szabolcs Nagy Date: Mon Apr 27 12:24:14 2020 +0100 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: --- locale/tst-localedef-path-norm.c | 1 + 1 file changed, 1 insertion(+) 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