From a124a675d3ef148fa5b74eb3d929542b8e96bba8 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Fri, 4 Apr 2008 03:11:40 +0000 Subject: dial back docs generate for lots of docs test git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@644594 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/couch_tests.js') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index d1c93dd8..208f8d86 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -191,7 +191,7 @@ var tests = { // keep number lowish for now to keep tests fasts. Crank up manually to // to really test. - var numDocsToCreate = 5000; + var numDocsToCreate = 500; for(var i=0; i < numDocsToCreate; i += 100) { var createNow = Math.min(numDocsToCreate - i, 100); -- cgit v1.2.3