Skip to content

Commit

Permalink
cli: increase timeout for garden run to 5 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Sep 18, 2024
1 parent 7d0b6a7 commit 4c3265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextjournal/garden_cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
url (str "http://localhost:" http-port)
nrepl-port 6666
storage-dir (fs/absolutize ".garden/storage")
timeout-seconds 60
timeout-seconds (* 5 60)
garden-alias (try (edn/read-string (slurp "deps.edn")) (catch Exception _ (print-error "Malformed deps.edn")))
app-process (promise)
start-command (start-command/start-command (assoc opts :garden-alias garden-alias))
Expand Down

0 comments on commit 4c3265f

Please sign in to comment.