aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-27 03:43:05 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-06-27 03:43:05 +0000
commit1d20dae970541dc7fc03995d550fbb5b47bbdcaf (patch)
tree89a9bbecf6f550714c0be159a14d4039355c0d2b /chapter06/glibc.xml
parent9d42ad9ce19c456fffaa98886fc998d5c19bb6f9 (diff)
Updated explanation of glibc timeout errors
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 3227e5865..a21555caa 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -183,7 +183,10 @@ grep Error glibc-check-log</userinput></screen>
</listitem>
<listitem>
<para>When running on older and slower hardware or on systems under
- load, some tests can fail because of test timeouts being exceeded.</para>
+ load, some tests can fail because of test timeouts being exceeded.
+ Modifying the make check command to set a TIMEOUTFACTOR is reported help
+ eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
+ make -k check</command>).</para>
</listitem>
</itemizedlist>