There are some timeout options in http://aleph.io/codox/aleph/aleph.http.html#var-request
There's a default :connection-timeout
of 60 seconds, though.
Also you can do set a timeout with (d/timeout! ...)
Or I guess you can even use clojure.core/deref timeout. (deref (http/get ...) 30000 :timeout)