Skip to content

Commit f308207

Browse files
authored
Merge pull request #114 from NHSDigital/ryma2fhir-patch-13
Update masterfhirvalidation.yml sleep
2 parents cafe235 + 7af25c9 commit f308207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run FHIR Validator
7070
run:
7171
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-
sleep 120
72+
sleep 200
7373

7474
- name: Run Test
7575
run: cd validation && npm test

0 commit comments

Comments
 (0)