We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e0c74 commit d99b357Copy full SHA for d99b357
1 file changed
e2e/tests/api_tests.py
@@ -79,7 +79,7 @@ def _container_not_ready(resp: requests.Response):
79
80
deployed_commit_id = resp.json().get("commitId")
81
82
- while deployed_commit_id != getenv("SOURCE_COMMIT_ID") or _container_not_ready(resp) and retries <= 45:
+ while deployed_commit_id != getenv("SOURCE_COMMIT_ID") or _container_not_ready(resp) and retries <= 50:
83
resp = requests.get(
84
f"{nhsd_apim_proxy_url}/_status", headers=status_endpoint_auth_headers, timeout=30
85
)
0 commit comments