Skip to content

Commit 6863e4c

Browse files
feat: add timeout comment for validate operation in plain_server.http (hapifhir#817)
1 parent 88ed318 commit 6863e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/smoketest/plain_server.http

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ GET http://{{host}}/fhir/Patient/{{batch_patient_id}}/$everything
206206

207207
### Extended Operations - validate
208208
# https://hapifhir.io/hapi-fhir/docs/server_plain/rest_operations_operations.html
209+
# @timeout 180 # wait up to 2 minutes for the validate response
209210
POST http://{{host}}/fhir/Patient/{{batch_patient_id}}/$validate
210211

211212
> {%

0 commit comments

Comments
 (0)