diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-17 12:59:08 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-17 12:59:08 -0400 |
commit | 286abc3dea5e43835a1a77a3a8128c8ac14ca12d (patch) | |
tree | 5ddae804249e03673b8e72738a64fe28a59e8c08 /stdio-common/bug22.c | |
parent | 477cc68e904516c2108889c95c33326af0a87ec5 (diff) | |
download | glibc-286abc3dea5e43835a1a77a3a8128c8ac14ca12d.tar.gz glibc-286abc3dea5e43835a1a77a3a8128c8ac14ca12d.tar.xz glibc-286abc3dea5e43835a1a77a3a8128c8ac14ca12d.zip |
Bump up stdio bug22 timeout from 30 seconds to 60 seconds
The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core.
Diffstat (limited to 'stdio-common/bug22.c')
-rw-r--r-- | stdio-common/bug22.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/bug22.c b/stdio-common/bug22.c index efd9501368..b26399acb7 100644 --- a/stdio-common/bug22.c +++ b/stdio-common/bug22.c @@ -51,6 +51,6 @@ do_test (void) return ret != -1 || errno != EOVERFLOW; } -#define TIMEOUT 30 +#define TIMEOUT 60 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |