diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | malloc/tst-malloc-tcache-leak.c | 1 | ||||
-rw-r--r-- | posix/tst-glob-tilde.c | 1 | ||||
-rw-r--r-- | resolv/tst-resolv-res_ninit.c | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 485e526035..ddd49200ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] 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 <support/test-driver.c> 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 <support/test-driver.c> diff --git a/resolv/tst-resolv-res_ninit.c b/resolv/tst-resolv-res_ninit.c index d08d34ed99..46e72ab7ce 100644 --- a/resolv/tst-resolv-res_ninit.c +++ b/resolv/tst-resolv-res_ninit.c @@ -71,4 +71,5 @@ do_test (void) return 0; } +#define TIMEOUT 50 #include <support/test-driver.c> |