stdlib/tst-strtod-overflow: Bump timeout up yet
authorMaciej W. Rozycki <macro@codesourcery.com>
Thu, 3 Jul 2014 07:07:55 +0000 (08:07 +0100)
committerMaciej W. Rozycki <macro@codesourcery.com>
Thu, 3 Jul 2014 07:07:55 +0000 (08:07 +0100)
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.

ChangeLog
stdlib/tst-strtod-overflow.c

index 9c00f72..2bb2548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d2c8818..a403c80 100644 (file)
@@ -45,5 +45,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
-#define TIMEOUT 5
+#define TIMEOUT 30
 #include "../test-skeleton.c"