From 286abc3dea5e43835a1a77a3a8128c8ac14ca12d Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Thu, 17 May 2012 12:59:08 -0400 Subject: 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. --- stdio-common/bug22.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/bug22.c b/stdio-common/bug22.c index efd9501..b26399a 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" -- cgit v1.1