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.
This commit is contained in:
Szabolcs Nagy 2020-04-27 12:24:14 +01:00
parent 99de869beb
commit d96cb37678

View File

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