From d96cb3767830fa21aeb7c8d420dc1809b4ee8196 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 27 Apr 2020 12:24:14 +0100 Subject: [PATCH] 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. --- 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 b857527f3c3..0a772624845 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 -- 2.39.2