mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5805: Increasing timeout period for VM to come to running state
This commit is contained in:
parent
c75b0044ef
commit
6580f88523
|
|
@ -93,7 +93,7 @@ class Services:
|
|||
"SSHEnabledTemplate": "SSHkey",
|
||||
"SSHPasswordEnabledTemplate": "SSHKeyPassword",
|
||||
"sleep": 60,
|
||||
"timeout": 10,
|
||||
"timeout": 20,
|
||||
"mode": 'advanced',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue