Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Increase REPL timeout to 5 minutes #250

Merged
merged 1 commit into from
Oct 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/leiningen/new/chestnut/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
;; nREPL by default starts in the :main namespace, we want to start in `user`
;; because that's where our development helper functions like (go) and
;; (browser-repl) live.
:repl-options {:init-ns user}
:repl-options {:timeout 300000 :init-ns user}

:cljsbuild {:builds
[{:id "app"
Expand Down