Update Bazel Test Encyclopedia.

PiperOrigin-RevId: 161421362
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index 76e3262..59b76f6 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -341,9 +341,10 @@
 
 <p>Tests may create subprocesses, but not process groups or sessions.</p>
 
-<p>There is a limit on both the number of input files a test may consume, and
-their aggregate size. Such limits are subject to change, but are currently in
-the range of tens of thousands of inputs and several GB of aggregate size.</p>
+<p>There is a limit on the number of input files a test may consume. This limit
+is subject to change, but is currently in the range of tens of thousands of inputs.
+
+</p>
 
 <h4>Time and date</h4>