From 222718f13ce6b5966788fb6299506616c6694950 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 14 Jan 2008 22:31:41 -0700
Subject: [PATCH] test_GET_DIRURL_large: reduce from 400 to 200 children: the
 test fails to fail anyways, and 200 ought to be enough to trigger the
 problem, so 400 is overkill, and just wastes CPU.

---
 src/allmydata/test/test_web.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index 0932978b..feb4ba36 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -639,7 +639,7 @@ class Web(WebMixin, unittest.TestCase):
         # actually works), but it isn't yet failing for me.
 
         d = self.s.create_empty_dirnode()
-        COUNT = 400
+        COUNT = 200
         def _created(dirnode):
             entries = [ (str(i), self._foo_uri) for i in range(COUNT) ]
             d2 = dirnode.set_uris(entries)
-- 
2.45.2