More generous waiting time for deployment

This commit is contained in:
Claudio Ortolina
2025-09-16 09:38:39 +03:00
parent 10fc0a9b1c
commit 8c0409bfd2
+3 -1
View File
@@ -9,12 +9,14 @@ HTTP 200
deployment_uuid: jsonpath "$.deployments[0].deployment_uuid" deployment_uuid: jsonpath "$.deployments[0].deployment_uuid"
# Watch the deployment until it's finished # 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}} GET {{coolify_host}}/api/v1/deployments/{{deployment_uuid}}
Authorization: Bearer {{coolify_token}} Authorization: Bearer {{coolify_token}}
[Options] [Options]
delay: 20s delay: 20s
retry: 20 retry: 40
retry-interval: 10s retry-interval: 10s
HTTP 200 HTTP 200
[Asserts] [Asserts]