]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-strtod-overflow.c
hurd: Fix build
[thirdparty/glibc.git] / stdlib / tst-strtod-overflow.c
index ed10fca037c56fde4f06e74d3440bd8774fa3a23..d14638d68ef4f471ed3e70abf8ab44826afed284 100644 (file)
@@ -1,5 +1,5 @@
 /* Test for integer/buffer overflow in strtod.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -45,5 +45,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
-#define TIMEOUT 5
+#define TIMEOUT 30
 #include "../test-skeleton.c"