diff options
Diffstat (limited to 'stdlib/tst-strtod-overflow.c')
-rw-r--r-- | stdlib/tst-strtod-overflow.c | 1 |
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" |