diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | posix/tst-getaddrinfo4.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com> + + * posix/tst-getaddrinfo4.c: Increase test timeout. + 2013-06-03 Carlos O'Donell <carlos@redhat.com> [BZ #15536] diff --git a/posix/tst-getaddrinfo4.c b/posix/tst-getaddrinfo4.c index 10850cd..464cfb2 100644 --- a/posix/tst-getaddrinfo4.c +++ b/posix/tst-getaddrinfo4.c @@ -64,4 +64,5 @@ do_test (void) } #define TEST_FUNCTION do_test () +#define TIMEOUT 10 #include "../test-skeleton.c" |