diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-04-27 12:24:14 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2020-04-27 16:20:29 +0100 |
commit | d96cb3767830fa21aeb7c8d420dc1809b4ee8196 (patch) | |
tree | bab0832e00b7b81ad913f7db0b1bbd1fd4c42433 /locale | |
parent | 99de869beb25d409b6d0985c0cc2a042bfd4b31e (diff) | |
download | glibc-d96cb3767830fa21aeb7c8d420dc1809b4ee8196.tar.gz glibc-d96cb3767830fa21aeb7c8d420dc1809b4ee8196.tar.xz glibc-d96cb3767830fa21aeb7c8d420dc1809b4ee8196.zip |
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.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/tst-localedef-path-norm.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <support/test-driver.c> |