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 1b16ad0f93
commit ffe962604f
1 changed files with 1 additions and 1 deletions

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;