mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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.
This commit is contained in:
parent
3247f28556
commit
225f410f3e
@ -1,3 +1,7 @@
|
||||
2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
|
||||
|
||||
2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
Sync up with gettext.
|
||||
|
@ -45,5 +45,5 @@ do_test (void)
|
||||
}
|
||||
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#define TIMEOUT 5
|
||||
#define TIMEOUT 30
|
||||
#include "../test-skeleton.c"
|
||||
|
Loading…
Reference in New Issue
Block a user