Skip to content

Commit 7af25c9

Browse files
authored
Update masterfhirvalidation.yml
1 parent cafe235 commit 7af25c9

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)