mirror of https://github.com/apache/cloudstack.git
bug 13955: increase the retry time for checkssh
status 13955: resolved fixed reviewed-by : edison
This commit is contained in:
parent
1b16ad0f93
commit
ffe962604f
|
|
@ -248,7 +248,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||
protected String _name;
|
||||
protected String _username;
|
||||
protected Queue<String> _password=new LinkedList<String>();
|
||||
protected final int _retry = 24;
|
||||
protected final int _retry = 100;
|
||||
protected final int _sleep = 10000;
|
||||
protected long _dcId;
|
||||
protected String _pod;
|
||||
|
|
|
|||
Loading…
Reference in New Issue