Increase timeout for stdlib/tst-strtod-overflow
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 5 Sep 2012 15:35:14 +0000 (17:35 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 5 Sep 2012 16:13:21 +0000 (18:13 +0200)
ChangeLog
stdlib/tst-strtod-overflow.c

index 366b3b4..069765d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
+
 2012-09-05  Allan McRae  <allan@archlinux.org>
 
        [BS #13966]
index 668d55b..6c5b282 100644 (file)
@@ -45,4 +45,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
+#define TIMEOUT 5
 #include "../test-skeleton.c"