summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-12 18:45:26 +0000
committerRoland McGrath <roland@gnu.org>2002-10-12 18:45:26 +0000
commit2c577b89b26b9689e6244984219ac9df498bad88 (patch)
tree9826c3a4e759d61e2f3c48a696179aafc5a518e1 /stdio-common
parent5b2c50af0b6ef6c29ab6eadc703be6d5495d5e71 (diff)
2002-10-12 Roland McGrath <roland@redhat.com>
* stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds. Some machines are slow. Guido Guenther <agx@sigxcpu.org> has one.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/tst-rndseek.c2
1 files changed, 1 insertions, 1 deletions
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"