Increase spec short delay to make tests pass
This commit is contained in:
parent
6717854475
commit
f000807c10
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue