This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

TIMEOUT for tst-rndseek


stdio-common/tst-rndseek takes nearly 4 seconds on m68k.

Andreas.

2002-02-03  Andreas Schwab  <schwab@suse.de>

	* stdio-common/tst-rndseek.c: Increase timeout.

--- stdio-common/tst-rndseek.c.~1.2.~	Mon Jan 21 11:09:07 2002
+++ stdio-common/tst-rndseek.c	Sun Feb  3 00:12:10 2002
@@ -10,6 +10,7 @@
 
 static int do_test (void);
 #define TEST_FUNCTION do_test ()
+#define TIMEOUT 4
 
 #include "../test-skeleton.c"
 

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]