Hi John 

        You have to change a jclouds option.
        This is documented in the new release.
        the option is:  "jclouds.compute.timeout.script-complete" you can set 
to something like 20 minutes (1200000).

Cheers
-david

On Nov 18, 2011, at 12:33 PM, John Conwell wrote:

> Deep down in the callstack the RunScriptCommand uses SshjSshClient to do ssh 
> calls to EC2.  We are having timeout issues (often) and in looking at the 
> jclouds code I noticed that its using Google Guice for dependency injection, 
> and the SshjSshClientModule (factory for returning a SshClient instance) 
> defines a timeout that is injected into the SshClient constructor, and is 
> initialized to a default value of 60000 milliseconds.  
> 
> Is there any way, all the way up in the whirr configuration level, that I can 
> override this timeout value?  Some config file kind of thing that I can play 
> with the timeout duration?
> 
> -- 
> 
> Thanks,
> John C
> 

Reply via email to