summaryrefslogtreecommitdiff
path: root/stdlib/tst-strtod-overflow.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-09-05 17:35:14 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-09-05 18:13:21 +0200
commit4d038ae3163aba04218b05f3983473b25c943b8b (patch)
treebdcb0a0836af1fcb30f180ee93a94044d41a5765 /stdlib/tst-strtod-overflow.c
parentc4e85184d2ded3f6a259948098a0c297a9cf0be6 (diff)
Increase timeout for stdlib/tst-strtod-overflow
Diffstat (limited to 'stdlib/tst-strtod-overflow.c')
-rw-r--r--stdlib/tst-strtod-overflow.c1
1 files changed, 1 insertions, 0 deletions
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"