Update docs for new parameter for timeout in ACM runtime 14/140914/1
authorFrancescoFioraEst <francesco.fiora@est.tech>
Mon, 19 May 2025 12:59:39 +0000 (13:59 +0100)
committerFrancesco Fiora <francesco.fiora@est.tech>
Mon, 19 May 2025 15:40:40 +0000 (15:40 +0000)
Issue-ID: POLICY-5371
Change-Id: I7e69d8727522826fe8c7ed236a5f4027df003c7c
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
docs/clamp/acm/api-protocol/system-level-dialogues.rst
docs/development/devtools/smoke/files/runtime-application.yaml

index 0f0c0e7..b7a05cc 100644 (file)
@@ -298,13 +298,14 @@ the operation result is then marked as 'TIMEOUT' by the ACM-R after the configur
 
 .. image:: ../images/system-dialogues/TimeoutAcmResult.png
 
-The following parameter is set in the application properties for the runtime to configure the 'TIMEOUT' value in milliseconds.
+The following parameters are set in the application properties for the runtime to configure the 'TIMEOUT' value in milliseconds.
 
 .. code-block:: yaml
 
         runtime:
           participantParameters:
             maxStatusWaitMs: 100000  --> Denotes the maximum wait time by the runtime to receive the periodic status update from the participants
+            maxOperationWaitMs: 100000  --> Denotes the maximum wait time by the runtime to receive the state change update from the participants
 
 An ACM operation has to be completed and updated with any of the above specified result values in order to allow the user to trigger subsequent requests.
 The user cannot trigger any state change events before the operation gets completed. When an operation is marked 'TIMEOUT', the following scenarios are applicable.
index d963922..d30107a 100644 (file)
@@ -5,7 +5,8 @@ runtime:
     syncTopic: acm-ppnt-sync
   participantParameters:
     heartBeatMs: 20000
-    maxStatusWaitMs: 200000
+    maxStatusWaitMs: 150000
+    maxOperationWaitMs: 200000
   topicParameterGroup:
     topicSources:
       - topic: ${runtime.topics.operationTopic}