aleph

miikka 2017-08-08T08:12:14.633916Z

There are some timeout options in http://aleph.io/codox/aleph/aleph.http.html#var-request

miikka 2017-08-08T08:12:37.641712Z

There's a default :connection-timeout of 60 seconds, though.

miikka 2017-08-08T08:14:48.684684Z

Also you can do set a timeout with (d/timeout! ...)

miikka 2017-08-08T08:15:28.698297Z

Or I guess you can even use clojure.core/deref timeout. (deref (http/get ...) 30000 :timeout)