We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f08e5eb + 061ef8f commit fa314c3Copy full SHA for fa314c3
1 file changed
.github/workflows/masterfhirvalidation.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
nohup java -jar validation-service-fhir-r4/target/fhir-validator.jar --terminology.url=https://ontology.nhs.uk/production1/fhir --terminology.authorization.tokenUrl=https://ontology.nhs.uk/authorisation/auth/realms/nhs-digital-terminology/protocol/openid-connect/token --terminology.authorization.clientId=${{ secrets.ONTO_CLIENT_ID }} --terminology.authorization.clientSecret=${{ secrets.ONTO_CLIENT_SECRET }} --aws.validationSupport=false --aws.queueEnabled=false &
72
# Wait for it to become ready, try 30 times, with 10 seconds between
73
- for i in {1..30}; do
+ for i in {1..60}; do
74
if curl -sSf http://localhost:8080/fhir/metadata > /dev/null; then
75
echo "FHIR Validator is up!"
76
exit 0
0 commit comments