We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6759b51 commit 72c00aeCopy full SHA for 72c00ae
src/nextjournal/garden_cli.clj
@@ -179,7 +179,7 @@
179
(doto (Thread. (fn [] (if (:success (wait-for #(try (<= 200
180
(:status (http/head url {:client (http/client {:follow-redirects :never})}))
181
399)
182
- (catch Throwable _ false))))
+ (catch Throwable _ false)) timeout-seconds))
183
(println "Application ready on" url)
184
(do
185
(print-error (format "Application did not start after %ss." timeout-seconds))
0 commit comments