bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: another make check failure on PPC


From: Patrick Smith
Subject: Re: another make check failure on PPC
Date: Thu, 10 Oct 2002 17:12:28 -0400
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020921

Patrick Smith wrote:
I had this error; in my case the filesystem was just too slow for this test. (Reiserfs on a PPC G4 @ 450 Mhz or thereabouts). Attached is a small patch that increases the timeout used in the test.

Oops! Wrong patch.  Here's the right one:
--
address@hidden
--- io/test-lfs.c.orig  2001-07-06 00:54:53.000000000 -0400
+++ io/test-lfs.c       2002-08-05 13:13:04.000000000 -0400
@@ -35,7 +35,7 @@
 #define PREPARE do_prepare
 
 /* We might need a bit longer timeout.  */
-#define TIMEOUT 20 /* sec */
+#define TIMEOUT 120 /* sec */
 
 /* This defines the `main' function and some more.  */
 #include <test-skeleton.c>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]