Increase spec short delay to make tests pass

This commit is contained in:
Nicholas Kariniemi 2013-08-31 10:29:49 +03:00
parent 6717854475
commit f000807c10

View file

@ -7,7 +7,7 @@
(def test-db "grub-test")
(defn short-delay []
(<!! (timeout 20)))
(<!! (timeout 50)))
(defn get-test-grub []
{:_id (str "grub" (rand-int 10000))