diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-12 18:45:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-12 18:45:26 +0000 |
commit | 2c577b89b26b9689e6244984219ac9df498bad88 (patch) | |
tree | 9826c3a4e759d61e2f3c48a696179aafc5a518e1 /stdio-common | |
parent | 5b2c50af0b6ef6c29ab6eadc703be6d5495d5e71 (diff) | |
download | glibc-2c577b89b26b9689e6244984219ac9df498bad88.tar glibc-2c577b89b26b9689e6244984219ac9df498bad88.tar.gz glibc-2c577b89b26b9689e6244984219ac9df498bad88.tar.bz2 glibc-2c577b89b26b9689e6244984219ac9df498bad88.zip |
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.c | 2 |
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" |