in a liberator based clojure project we are using datomic as DB. After migrating our local dev DB to a S3 hosted one and adding the needed dependencies on our project.clj we can
set timeout value in field :repl-options in project.clj,the default is 30000(30s). for example :
:repl-options{:timeout 120000}