vishesh92 commented on code in PR #8547:
URL: https://github.com/apache/cloudstack/pull/8547#discussion_r1465880741
##########
agent/src/main/java/com/cloud/agent/properties/AgentProperties.java:
##########
@@ -659,6 +659,14 @@ public class AgentProperties{
*/
public static final Property<Integer> STOP_SCRIPT_TIMEOUT = new
Property<>("stop.script.timeout", 120);
+ /**
+ * Time (in seconds) to wait for scripts to complete.<br>
+ * This is not used for every script execution.<br>
Review Comment:
```suggestion
* This is currently used only while checking if the host supports
UEFI.<br>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]