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. --- posix/tst-glob-tilde.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix') diff --git a/posix/tst-glob-tilde.c b/posix/tst-glob-tilde.c index 8d32b964e8..853b6896fe 100644 --- a/posix/tst-glob-tilde.c +++ b/posix/tst-glob-tilde.c @@ -140,4 +140,5 @@ do_test (void) return 0; } +#define TIMEOUT 200 #include -- cgit v1.2.1