From c48c87fd2f496fea0a58e4f2d97af2ecd6916414 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 11 Oct 2011 20:59:42 +0400 Subject: [PATCH] Skip 1M documents test, it requires JVM parameters tweaking (-Xmx) for most people --- test/monger/test/stress.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/stress.clj b/test/monger/test/stress.clj index 1d8d0e2..5fc37dc 100644 --- a/test/monger/test/stress.clj +++ b/test/monger/test/stress.clj @@ -28,7 +28,7 @@ ;; (deftest insert-large-batches-of-documents-without-object-ids - (doseq [n [1000 10000 100000 1000000]] + (doseq [n [1000 10000 100000]] (let [collection "things" docs (map (fn [i] (monger.conversion/to-db-object { :title "Untitled" :created-at (Date.) :number i }))