1
0
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:
Joseph Myers
2018-01-04 21:58:40 +00:00
parent b0a4eca2fc
commit ba374b6dec
4 changed files with 9 additions and 0 deletions

View File

@ -109,4 +109,5 @@ do_test (void)
exit (0);
}
#define TIMEOUT 50
#include <support/test-driver.c>