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:
Maciej W. Rozycki 2014-07-03 08:07:55 +01:00
parent 3247f28556
commit 225f410f3e
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -45,5 +45,5 @@ do_test (void)
}
#define TEST_FUNCTION do_test ()
#define TIMEOUT 5
#define TIMEOUT 30
#include "../test-skeleton.c"