Blob Blame History Raw
From 2039335555b89262b325d1ceb03844cfabe35869 Mon Sep 17 00:00:00 2001
From: Frank Danapfel <frank.danapfel@redhat.com>
Date: Wed, 25 Mar 2020 11:04:46 +0100
Subject: [PATCH] SAPHanaTopology: update start/stop/monitor action default
 timeouts to match official recommendations

---
 SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology
index 1e9a5c6..c83901a 100755
--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology
+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology
@@ -189,10 +189,10 @@ SAPHanaTopology scans the output table of landscapeHostConfiguration.py to ident
     </parameter>
 </parameters>
 <actions>
-    <action name="start" timeout="180" />
-    <action name="stop" timeout="60" />
+    <action name="start" timeout="600" />
+    <action name="stop" timeout="300" />
     <action name="status" timeout="60" />
-    <action name="monitor" depth="0" timeout="60" interval="60" />
+    <action name="monitor" depth="0" timeout="600" interval="10" />
     <action name="validate-all" timeout="5" />
     <action name="meta-data" timeout="5" />
     <action name="methods" timeout="5" />