[patch] Increase timeout in nss/bug17079.c test
Carlos O'Donell
carlos@redhat.com
Thu Feb 11 15:58:00 GMT 2016
On 01/22/2016 02:16 AM, Chung-Lin Tang wrote:
> Hi, I would like to increase the timeout for the nss/bug17079.c test,
> as this one runs for quite some time on Nios II Linux.
> Ok to commit?
>
> Thanks,
> Chung-Lin
>
> * nss/bug17079.c (TIMEOUT): Define as 100.
>
>
> bug17079.c.diff
>
>
> diff --git a/nss/bug17079.c b/nss/bug17079.c
> index 367daae..3f9ec54 100644
> --- a/nss/bug17079.c
> +++ b/nss/bug17079.c
> @@ -240,5 +240,6 @@ do_test (void)
> return 0;
> }
>
> +#define TIMEOUT 100
> #define TEST_FUNCTION do_test ()
> #include "../test-skeleton.c"
Patch is OK if you add a comment to the likes of:
/* Nios II Linux targets routinely take 77~80 seconds
to complete this test. */
I assume you are able to push this yourself?
Cheers,
Carlos.
More information about the Libc-alpha
mailing list