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 }))