diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-04 11:23:54 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-04 11:23:54 +0530 |
commit | d180203e97cbe53e0117c9405d68f51e80dafd95 (patch) | |
tree | 52c41320c8867553b593544638a23f966c6b30ec | |
parent | 8b0ccb2d7fd1ec646a622a16bd64e356739ffca3 (diff) | |
download | glibc-d180203e97cbe53e0117c9405d68f51e80dafd95.tar.gz glibc-d180203e97cbe53e0117c9405d68f51e80dafd95.tar.xz glibc-d180203e97cbe53e0117c9405d68f51e80dafd95.zip |
Increase test case timeout
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | posix/tst-getaddrinfo4.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 91a183ad84..074b3520c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 10850cdc18..464cfb2ba5 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" |