Skip to content

Commit 50322a5

Browse files
committed
Delay to give coverage time to index
1 parent 52d6b43 commit 50322a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/user.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@
119119
(Thread/sleep 10000))
120120
(if (not= (elastic-doc-count) feed-file-count)
121121
(println "Gave up waiting for elasticsearch to finish indexing....")))
122+
(Thread/sleep 2000)
122123
(check-journals)
123-
(check-members))))
124+
(check-members)
125+
(Thread/sleep 2000))))
124126

125127
(defn elastic-work-hits []
126128
(map elastic-convert/es-doc->citeproc

0 commit comments

Comments
 (0)