From ba374b6deccdf78992a77fd8b14369bba4645c8b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 4 Jan 2018 21:58:40 +0000 Subject: 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. --- malloc/tst-malloc-tcache-leak.c | 1 + 1 file changed, 1 insertion(+) (limited to 'malloc') diff --git a/malloc/tst-malloc-tcache-leak.c b/malloc/tst-malloc-tcache-leak.c index 02c4536039..7d9731435e 100644 --- a/malloc/tst-malloc-tcache-leak.c +++ b/malloc/tst-malloc-tcache-leak.c @@ -109,4 +109,5 @@ do_test (void) exit (0); } +#define TIMEOUT 50 #include -- cgit 1.4.1