rp- commented on code in PR #9677: URL: https://github.com/apache/cloudstack/pull/9677#discussion_r1760693076
########## core/src/main/java/com/cloud/agent/api/CheckOnHostCommand.java: ########## @@ -37,6 +37,7 @@ public CheckOnHostCommand(Host host) { public CheckOnHostCommand(Host host, boolean reportCheckFailureIfOneStorageIsDown) { super(); this.host = new HostTO(host); + setWait(20); Review Comment: makes sense -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org