about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--stdlib/tst-strtod-overflow.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c00f72dc6..2bb25486b8 100644
--- 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.
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"