summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/www/script/couch_tests.js2
1 files changed, 1 insertions, 1 deletions
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);