From: Chris Metcalf Date: Thu, 17 May 2012 16:59:08 +0000 (-0400) Subject: Bump up stdio bug22 timeout from 30 seconds to 60 seconds X-Git-Tag: glibc-2.16-tps~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286abc3dea5e43835a1a77a3a8128c8ac14ca12d;p=thirdparty%2Fglibc.git Bump up stdio bug22 timeout from 30 seconds to 60 seconds The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core. --- diff --git a/ChangeLog b/ChangeLog index f56e240954d..c32f27ac7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-17 Chris Metcalf + + * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60. + 2012-05-17 H.J. Lu * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1. diff --git a/stdio-common/bug22.c b/stdio-common/bug22.c index efd9501368b..b26399acb7d 100644 --- a/stdio-common/bug22.c +++ b/stdio-common/bug22.c @@ -51,6 +51,6 @@ do_test (void) return ret != -1 || errno != EOVERFLOW; } -#define TIMEOUT 30 +#define TIMEOUT 60 #define TEST_FUNCTION do_test () #include "../test-skeleton.c"