Increase test case timeout

This commit is contained in:
Siddhesh Poyarekar 2013-06-04 11:23:54 +05:30
parent 8b0ccb2d7f
commit d180203e97
2 changed files with 5 additions and 0 deletions

View file

@ -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]

View file

@ -64,4 +64,5 @@ do_test (void)
}
#define TEST_FUNCTION do_test ()
#define TIMEOUT 10
#include "../test-skeleton.c"