diff --git a/chapter08/python.xml b/chapter08/python.xml
index 7ac618c09..8d3c1f905 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -78,11 +78,17 @@
make
- Running the tests at this point is not recommended. The
- tests are known to hang indefinitely in the partial LFS environment.
- If desired, the tests can be rerun at the end of this chapter, or
- when Python 3 is reinstalled in BLFS. To run the tests anyway,
- issue make test.
+ Some tests are known to hang indefinitely. So to test the
+ results, run the test suite but set a 2-minute time limit for each
+ test case:
+
+make test TESTOPTS="--timeout 120"
+
+ For a relatively slow system you may need to increase the time
+ limit and 1 SBU (measured when building Binutils pass 1 with one CPU
+ core) should be enough. Some tests are flaky, so the test suite will
+ automatically re-run failed tests. If a test failed but then passed
+ when re-run, it should be considered as passed.
Install the package: