about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--stdio-common/tst-rndseek.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 341af72d2b..c140a1d873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-03  Andreas Schwab  <schwab@suse.de>
+
+	* stdio-common/tst-rndseek.c: Increase timeout.
+
 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
 
 	Change ld.so to not use functions which are exported.  One cannot
diff --git a/stdio-common/tst-rndseek.c b/stdio-common/tst-rndseek.c
index 41d99e4a22..60fd5094d8 100644
--- a/stdio-common/tst-rndseek.c
+++ b/stdio-common/tst-rndseek.c
@@ -10,6 +10,7 @@ static char tempdata[65 * 1024];
 
 static int do_test (void);
 #define TEST_FUNCTION do_test ()
+#define TIMEOUT 4
 
 #include "../test-skeleton.c"