summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2014-07-03 08:07:55 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2014-07-03 08:07:55 +0100
commit225f410f3efe2242a9bd6dd2f9dd64728f50f7d4 (patch)
tree92426a2e7596618f5c76e7a7b5cd4d2fc325918e /stdlib
parent3247f28556d1de7f9837f6e9ee8c63fa56b93c13 (diff)
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.c2
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"