From 1d20dae970541dc7fc03995d550fbb5b47bbdcaf Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 27 Jun 2010 03:43:05 +0000 Subject: Updated explanation of glibc timeout errors git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chapter06') 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 When running on older and slower hardware or on systems under - load, some tests can fail because of test timeouts being exceeded. + 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. TIMEOUTFACTOR=16 + make -k check). -- cgit v1.2.3-54-g00ecf