From 525569000331bbf7634d395fb6ebb4009f6236f8 Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Mon, 8 Nov 2021 13:06:02 +1000 Subject: [PATCH] Need to wait longer as database isn't ready for connections yet --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d21bb6c..5fdea26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: environment: PGPASSWORD: password commands: - - sleep 20 + - sleep 35 - "psql -U postgtres -d newsletter -h postgres" - name: sqlxMigrate