Skip to content

Commit

Permalink
Give Karma server more time to start
Browse files Browse the repository at this point in the history
  • Loading branch information
Miikka Koskinen committed Apr 18, 2018
1 parent c434276 commit 0d63b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crisptrutski/boot_cljs_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
(when-not @doo-installed?
(reset! doo-installed? true)
((u/r doo.core/install!) [js-env] cljs-opts doo-opts)
(Thread/sleep 1000)))]
(Thread/sleep 10000)))]
(if karma?
(let [proc ((u/r doo.core/karma-run!) doo-opts)]
(.waitFor proc)
Expand Down

0 comments on commit 0d63b9f

Please sign in to comment.