zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8354123802b9cdec512a4879b9f1e702c89dc266
parent 01c78e00ff0f3b31f881814e72b4b0b11c2aa5b2
Author: srfsh <dev@srf.sh>
Date:   Wed, 12 Oct 2022 11:54:42 +0300

conf: increase db connection time

Allow the DB connection process to take a whole minute.

Diffstat:
Mconf/buildtime.exs | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/buildtime.exs b/conf/buildtime.exs @@ -24,7 +24,9 @@ config :zenflows, ecto_repos: [Repo] config :zenflows, Repo, migration_primary_key: [type: :binary_id], migration_foreign_key: [type: :binary_id], - migration_timestamps: [type: :timestamptz, inserted_at: false] + migration_timestamps: [type: :timestamptz, inserted_at: false], + queue_target: 60_000 # 1 min + if config_env() == :test do config :zenflows, Repo,