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]

linuxthreads/Examples/ex14


A two second timeout is just too small for a slow machine.

Andreas.

2000-10-23  Andreas Schwab  <schwab@suse.de>

	* Examples/ex14.c (TIMEOUT): Override default timeout.

--- linuxthreads/Examples/ex14.c.~1.1~	Tue Sep  5 11:20:14 2000
+++ linuxthreads/Examples/ex14.c	Mon Oct 23 12:38:31 2000
@@ -91,6 +91,7 @@
 
 
 #define TEST_FUNCTION do_test ()
+#define TIMEOUT 60
 int
 do_test (void)
 {

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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