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

REPL server launch timed out #243

Description

@Em-AK
  • I am reporting a bug or problem in Chestnut

I generated an app from the template to try it for the first time.

lein new chestnut demochest +garden +re-frame +http-kit

With the default timeout the REPL is not able to start.
First attempt:

$ lein repl
Retrieving ...
[... lots of retrieving ...]
REPL server launch timed out.

Any following attempts:

$ lein repl
REPL server launch timed out.

It only started properly after I modified the timeout to something bigger

:repl-options {:init-ns user
               :timeout 300000} ;; extend timeout to 5min

This is the only painpoint I have to report form my first use of the template. This one appart I am very happy about how these fine technologies are assembled in the template 👏

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions