From 2c577b89b26b9689e6244984219ac9df498bad88 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 12 Oct 2002 18:45:26 +0000 Subject: [PATCH] 2002-10-12 Roland McGrath * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds. Some machines are slow. Guido Guenther has one. --- stdio-common/tst-rndseek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdio-common/tst-rndseek.c b/stdio-common/tst-rndseek.c index eafe0b4278..cf53aa48e0 100644 --- a/stdio-common/tst-rndseek.c +++ b/stdio-common/tst-rndseek.c @@ -10,7 +10,7 @@ static char tempdata[65 * 1024]; static int do_test (void); #define TEST_FUNCTION do_test () -#define TIMEOUT 4 +#define TIMEOUT 10 #include "../test-skeleton.c"