From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 2 May 2007 05:52:40 +0000 (-0700)
Subject: add warning that "make test" can take a long time
X-Git-Tag: allmydata-tahoe-0.2.0~14
X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/FOOURL?a=commitdiff_plain;h=8fb16e18f4b1b93e5b095ed1429ec1f958bee7a2;p=tahoe-lafs%2Ftahoe-lafs.git

add warning that "make test" can take a long time
---

diff --git a/README b/README
index 31d3e9f5..e619b4f2 100644
--- a/README
+++ b/README
@@ -124,7 +124,9 @@ BUILDING:
  If the desired version of 'python' is not already on your PATH, then type
  'make PYTHON=/path/to/your/preferred/python'.
 
- 'make test-all' runs the unit test suites.
+ 'make test-all' runs the unit test suites.  (This can take a long time on
+ slow computers.  There are a lot of tests and some of them do a lot of
+ public-key cryptography.)
 
 
 INSTALLING: