From: Maciej W. Rozycki Date: Thu, 3 Jul 2014 07:07:55 +0000 (+0100) Subject: stdlib/tst-strtod-overflow: Bump timeout up yet X-Git-Tag: glibc-2.20~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225f410f3efe2242a9bd6dd2f9dd64728f50f7d4;p=thirdparty%2Fglibc.git stdlib/tst-strtod-overflow: Bump timeout up yet This test case is very, especially on targets using soft-float or QEMU (where soft-float is used internally), and appears to be the only such outlier. Therefore rather than requiring to have TIMEOUTFACTOR set large enough globally, bump up the local scaling factor instead. * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30. --- diff --git a/ChangeLog b/ChangeLog index 9c00f72dc61..2bb25486b8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-07-03 Maciej W. Rozycki + + * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30. + 2014-07-02 Siddhesh Poyarekar Sync up with gettext. diff --git a/stdlib/tst-strtod-overflow.c b/stdlib/tst-strtod-overflow.c index d2c8818eb66..a403c809fde 100644 --- a/stdlib/tst-strtod-overflow.c +++ b/stdlib/tst-strtod-overflow.c @@ -45,5 +45,5 @@ do_test (void) } #define TEST_FUNCTION do_test () -#define TIMEOUT 5 +#define TIMEOUT 30 #include "../test-skeleton.c"