]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Increase the timeout of locale/tst-localedef-path-norm
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 27 Apr 2020 11:24:14 +0000 (12:24 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 27 Apr 2020 15:20:29 +0000 (16:20 +0100)
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

index b857527f3c3fa4146bfd1472e18e1d09ba525bf6..0a772624845e8b6d61af454625ecc0b7b21df223 100644 (file)
@@ -239,4 +239,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 30
 #include <support/test-driver.c>