From: Andreas Schwab Date: Wed, 5 Sep 2012 15:35:14 +0000 (+0200) Subject: Increase timeout for stdlib/tst-strtod-overflow X-Git-Tag: glibc-2.17~596 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4d038ae3163aba04218b05f3983473b25c943b8b;p=glibc.git Increase timeout for stdlib/tst-strtod-overflow --- diff --git a/ChangeLog b/ChangeLog index 366b3b4f40..069765dcdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-09-05 Andreas Schwab + + * stdlib/tst-strtod-overflow.c (TIMEOUT): Define. + 2012-09-05 Allan McRae [BS #13966] diff --git a/stdlib/tst-strtod-overflow.c b/stdlib/tst-strtod-overflow.c index 668d55ba10..6c5b282855 100644 --- a/stdlib/tst-strtod-overflow.c +++ b/stdlib/tst-strtod-overflow.c @@ -45,4 +45,5 @@ do_test (void) } #define TEST_FUNCTION do_test () +#define TIMEOUT 5 #include "../test-skeleton.c"