bug 13955: increase the retry time for checkssh

status 13955: resolved fixed

reviewed-by : edison
This commit is contained in:
anthony 2012-02-24 15:58:28 -08:00
parent 8f988b97cb
commit bd9b52fc3d

View File

@ -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;