checksshcommand waits for 6 minutes

This commit is contained in:
Edison Su 2011-03-01 16:36:51 -05:00
parent c80335c9df
commit 255e9c175b
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ public class VirtualRoutingResource implements Manager {
_sleep = NumbersUtil.parseInt(value, 10) * 1000;
value = (String)params.get("ssh.retry");
_retry = NumbersUtil.parseInt(value, 24);
_retry = NumbersUtil.parseInt(value, 36);
value = (String)params.get("ssh.port");
_port = NumbersUtil.parseInt(value, 3922);