mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
@ -109,4 +109,5 @@ do_test (void)
|
||||
exit (0);
|
||||
}
|
||||
|
||||
#define TIMEOUT 50
|
||||
#include <support/test-driver.c>
|
||||
|
Reference in New Issue
Block a user