diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-07-03 08:07:55 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-07-03 08:07:55 +0100 |
commit | 225f410f3efe2242a9bd6dd2f9dd64728f50f7d4 (patch) | |
tree | 92426a2e7596618f5c76e7a7b5cd4d2fc325918e /stdlib | |
parent | Sync up loadmsgcat.c with gettext (diff) | |
download | glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.tar.gz glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.tar.bz2 glibc-225f410f3efe2242a9bd6dd2f9dd64728f50f7d4.zip |
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.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/tst-strtod-overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtod-overflow.c b/stdlib/tst-strtod-overflow.c index d2c8818eb6..a403c809fd 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" |