From 4d038ae3163aba04218b05f3983473b25c943b8b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 5 Sep 2012 17:35:14 +0200 Subject: Increase timeout for stdlib/tst-strtod-overflow --- stdlib/tst-strtod-overflow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib') 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" -- cgit 1.4.1