Skip to content

Commit c422e81

Browse files
authored
Merge pull request #89 from NHSDigital/ryma2fhir-patch-1
update sleep to 60s
2 parents 5bd6d47 + 5c5ae09 commit c422e81

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 60
7373

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

0 commit comments

Comments
 (0)