More generous waiting time for deployment
This commit is contained in:
+3
-1
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user