mirror of git://sourceware.org/git/glibc.git
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:
parent
99de869beb
commit
d96cb37678
|
@ -239,4 +239,5 @@ do_test (void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define TIMEOUT 30
|
||||||
#include <support/test-driver.c>
|
#include <support/test-driver.c>
|
||||||
|
|
Loading…
Reference in New Issue