Skip to content

Commit 9e54fa8

Browse files
authored
Merge pull request #107 from NHSDigital/ryma2fhir-patch-10
Update masterfhirvalidation.yml
2 parents b8dce6a + 16e0d17 commit 9e54fa8

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 60
72+
sleep 120
7373

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

0 commit comments

Comments
 (0)