summary refs log tree commit diff
path: root/stdlib/tst-strtod-overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-strtod-overflow.c')
-rw-r--r--stdlib/tst-strtod-overflow.c2
1 files changed, 1 insertions, 1 deletions
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"