From 6863e4c1e667afe042754b77c807457252fcb2a3 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Wed, 7 May 2025 10:35:46 +0200 Subject: [PATCH] feat: add timeout comment for validate operation in plain_server.http (#817) --- src/test/smoketest/plain_server.http | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/smoketest/plain_server.http b/src/test/smoketest/plain_server.http index 572a48f..72b300a 100644 --- a/src/test/smoketest/plain_server.http +++ b/src/test/smoketest/plain_server.http @@ -206,6 +206,7 @@ GET http://{{host}}/fhir/Patient/{{batch_patient_id}}/$everything ### Extended Operations - validate # https://hapifhir.io/hapi-fhir/docs/server_plain/rest_operations_operations.html +# @timeout 180 # wait up to 2 minutes for the validate response POST http://{{host}}/fhir/Patient/{{batch_patient_id}}/$validate > {%