mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00: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:
parent
b0a4eca2fc
commit
ba374b6dec
@ -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]
|
||||
|
@ -109,4 +109,5 @@ do_test (void)
|
||||
exit (0);
|
||||
}
|
||||
|
||||
#define TIMEOUT 50
|
||||
#include <support/test-driver.c>
|
||||
|
@ -140,4 +140,5 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define TIMEOUT 200
|
||||
#include <support/test-driver.c>
|
||||
|
@ -71,4 +71,5 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define TIMEOUT 50
|
||||
#include <support/test-driver.c>
|
||||
|
Loading…
Reference in New Issue
Block a user