mirror of git://sourceware.org/git/glibc.git
Increase test case timeout
This commit is contained in:
parent
8b0ccb2d7f
commit
d180203e97
|
@ -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>
|
2013-06-03 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
[BZ #15536]
|
[BZ #15536]
|
||||||
|
|
|
@ -64,4 +64,5 @@ do_test (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
|
#define TIMEOUT 10
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
|
Loading…
Reference in New Issue