This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Increase timeout in nss/bug17079.c test


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]