bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Add repl-eval-timeout config option #610

Closed boogie666 closed 6 years ago

boogie666 commented 6 years ago

Added config option for repl-eval-timeout, default is still 8000ms but it is now configurable.

This help with longer running processes like running generative tests, which for larger models take more then 8 seconds to run.

605

bhauman commented 6 years ago

Looks great! Thanks!