diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-04 21:58:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-04 21:58:40 +0000 |
commit | ba374b6deccdf78992a77fd8b14369bba4645c8b (patch) | |
tree | 6679a483bca4edc8116b3b65fb1a8c2e0542bc25 /ChangeLog | |
parent | b0a4eca2fcfe2a6bc3cbb3951241c4facc887670 (diff) | |
download | glibc-ba374b6deccdf78992a77fd8b14369bba4645c8b.zip glibc-ba374b6deccdf78992a77fd8b14369bba4645c8b.tar.gz glibc-ba374b6deccdf78992a77fd8b14369bba4645c8b.tar.bz2 |
Increase some test timeouts.
This patch increases timeouts on three tests I observed timing out on
slow systems.
* malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
* posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
* resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-01-04 Joseph Myers <joseph@codesourcery.com> + + * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50. + * posix/tst-glob-tilde.c (TIMEOUT): Define to 200. + * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50. + 2018-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org> [BZ #15479] |