From 8c0409bfd2321c9a0b0ffc7aa910ebde19c525de Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 16 Sep 2025 09:38:39 +0300 Subject: [PATCH] More generous waiting time for deployment --- scripts/deploy.hurl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/deploy.hurl b/scripts/deploy.hurl index 11afaba6..31761b3d 100644 --- a/scripts/deploy.hurl +++ b/scripts/deploy.hurl @@ -9,12 +9,14 @@ HTTP 200 deployment_uuid: jsonpath "$.deployments[0].deployment_uuid" # Watch the deployment until it's finished +# It normally takes around 5 minutes if no layers are cached, +# We make it longer to account for potential other issues GET {{coolify_host}}/api/v1/deployments/{{deployment_uuid}} Authorization: Bearer {{coolify_token}} [Options] delay: 20s -retry: 20 +retry: 40 retry-interval: 10s HTTP 200 [Asserts]